]> git.parisson.com Git - mezzo.git/commitdiff
back!
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 7 Jul 2016 15:54:27 +0000 (17:54 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 7 Jul 2016 15:54:27 +0000 (17:54 +0200)
app/urls.py

index 1a913527eefb4dc94eef2ef496a57c8aeb9b340a..10df47ebb3ec53d94f45ff8a0e9142fe20c09db3 100644 (file)
@@ -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
     # ---------------------------------------------