Skip to content

Commit

Permalink
Suppression de l'url 'ancien-accueil'
Browse files Browse the repository at this point in the history
  • Loading branch information
chloend committed Nov 5, 2024
1 parent d8b171f commit 86ad803
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lemarche/www/pages/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from lemarche.www.pages.views import (
CompanyReferenceCalculatorView,
ContactView,
HomeView,
ImpactCalculatorView,
PageView,
SiaeGroupListView,
Expand All @@ -20,7 +19,6 @@
app_name = "pages"

urlpatterns = [
path("ancien_accueil", HomeView.as_view(), name="home"),
path("contact/", ContactView.as_view(), name="contact"),
# Calculator endpoints
path("calibrer-achat-socialement-responsable/", ImpactCalculatorView.as_view(), name="impact_calculator"),
Expand Down

0 comments on commit 86ad803

Please sign in to comment.