src/hdalab/urls.py
changeset 454 9537d125f743
parent 399 44d627c3a9fb
child 458 604b887e70c3
--- a/src/hdalab/urls.py	Thu Feb 19 11:10:45 2015 +0100
+++ b/src/hdalab/urls.py	Fri Feb 20 16:58:05 2015 +0100
@@ -56,8 +56,7 @@
     
     url(r'^hdabo/a_propos/$', TemplateView.as_view(template_name="a_propos.html"), name='a_propos'),
     url(r'^hdabo/credits/$', TemplateView.as_view(template_name="credits.html"), name='credits'),
-    url(r'^hdabo/mentions_legales/$', TemplateView.as_view(template_name="mentions_legales.html"), name='mentions_legales'),
-    url(r'^hdabo/contact/$', TemplateView.as_view(template_name="contact.html"), name='contact'),
+    url(r'^hdabo/mentions_legales/$', TemplateView.as_view(template_name="mentions_legales.html"), name='mentions_legales')
 
 )