Saner layout of templates.
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>
Fri, 29 Mar 2013 20:17:25 +0000 (21:17 +0100)
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>
Fri, 29 Mar 2013 20:17:25 +0000 (21:17 +0100)
xnet/events/templates/events/base.html [moved from xnet/templates/events/base.html with 100% similarity]
xnet/events/templates/events/index.html [moved from xnet/templates/events/index.html with 100% similarity]
xnet/events/templates/events/view.html [moved from xnet/templates/events/view.html with 100% similarity]
xnet/settings/base.py
xnet/site/templates/base.html [moved from xnet/templates/base.html with 100% similarity]
xnet/site/templates/xnet/admin_login.html [moved from xnet/templates/xnet/admin_login.html with 100% similarity]
xnet/site/templates/xnet/home.html [moved from xnet/templates/xnet/home.html with 100% similarity]

index f0d34d6..c197cab 100644 (file)
@@ -91,7 +91,7 @@ STATIC_URL = '/static/'
 
 # Additional locations of static files
 STATICFILES_DIRS = (
-    os.path.join(ROOT_DIR, 'static'),
+    os.path.join(ROOT_DIR, 'static'),
     # Put strings here, like "/home/html/static" or "C:/www/django/static".
     # Always use forward slashes, even on Windows.
     # Don't forget to use absolute paths, not relative paths.