From: Guillaume Pellerin Date: Thu, 7 Jul 2016 15:54:27 +0000 (+0200) Subject: back! X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=236587e2d1f92948735392f5c01029805d40bbc1;p=mezzo.git back! --- diff --git a/app/urls.py b/app/urls.py index 1a913527..10df47eb 100644 --- a/app/urls.py +++ b/app/urls.py @@ -41,7 +41,7 @@ urlpatterns += [ # one out. url("^styles/$", direct_to_template, {"template": "styles.html"}, name="styles"), - url("^$", HomeView.as_view(), name="home"), + url("^$", direct_to_template, {"template": "index.html"}, name="home"), # HOMEPAGE AS AN EDITABLE PAGE IN THE PAGE TREE # ---------------------------------------------