diff -r 6cab18e840a6 -r 9537d125f743 src/hdalab/urls.py --- 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') )