]> git.parisson.com Git - teleforma.git/commitdiff
fix home
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 27 Nov 2012 12:21:08 +0000 (13:21 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 27 Nov 2012 12:21:08 +0000 (13:21 +0100)
teleforma/urls.py

index c2dcb26312f1db014df928c53d022d080c97454b..f3fed23ad055f4a57bafce374b57a9d6937b2aea 100644 (file)
@@ -51,6 +51,8 @@ urlpatterns = patterns('',
 #    url(r'^$', HomeView.as_view(), name='teleforma-home'),
     url(r'^$', 'django.contrib.auth.views.login', {'template_name': 'telemeta/login.html'},
         name="teleforma-login"),
+    url(r'^$', 'django.contrib.auth.views.login', {'template_name': 'telemeta/login.html'},
+        name="home"),
 
     # Telemeta
     url(r'^', include('telemeta.urls')),