From 236587e2d1f92948735392f5c01029805d40bbc1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 7 Jul 2016 17:54:27 +0200 Subject: [PATCH] back! --- app/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # --------------------------------------------- -- 2.39.5