aboutsummaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorAlban Gruin2017-10-31 12:38:34 +0100
committerAlban Gruin2017-10-31 12:38:34 +0100
commit55ad46fe32ce8122d884dda4eb498e20e39622ad (patch)
tree6949c6fecd40967ca233d99607b7803022edf226 /urls.py
parentb68c59c72be3a8e3d3201dca1941879508afcb3b (diff)
Suppression de l’ancienne page de contact
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 1f686e4..487994e 100644
--- a/urls.py
+++ b/urls.py
@@ -19,7 +19,6 @@ from . import feeds, views
urlpatterns = [
url(r"^$", views.index, name="index"),
url(r"^pages/", include("django.contrib.flatpages.urls")),
- url(r"^contact$", views.contact, name="contact"),
url(r"^(?P<year_slug>[-\w]+)/$", views.mention_list, name="mentions"),
url(r"^(?P<year_slug>[-\w]+)/(?P<timetable_slug>[-\w]+)/$", views.group_list, name="groups"),
url(r"^(?P<year_slug>[-\w]+)/(?P<timetable_slug>[-\w]+)/(?P<group_slug>[-\w]+)/$", views.timetable, name="timetable"),