remove eurockéennes widget

This commit is contained in:
imperosol
2026-07-09 12:40:15 +02:00
parent 847511d27f
commit 8cdb74e90f
5 changed files with 6 additions and 115 deletions
-2
View File
@@ -31,7 +31,6 @@ from eboutic.views import (
EbouticMainView,
EbouticPayWithSith,
EtransactionAutoAnswer,
EurockPartnerFragment,
payment_result,
)
@@ -51,5 +50,4 @@ urlpatterns = [
EtransactionAutoAnswer.as_view(),
name="etransation_autoanswer",
),
path("eurock/", EurockPartnerFragment.as_view(), name="eurock"),
]