aix template and home url.
authorcavaliet
Fri, 31 May 2013 18:46:00 +0200
changeset 13 607f76c9f76d
parent 12 dbe15daa39f1
child 14 f8a0d5d14372
aix template and home url.
src/aixweb/templates/metadatacomposer/aix/composer_header.html
src/aixweb/urls.py
--- a/src/aixweb/templates/metadatacomposer/aix/composer_header.html	Fri May 31 17:39:48 2013 +0200
+++ b/src/aixweb/templates/metadatacomposer/aix/composer_header.html	Fri May 31 18:46:00 2013 +0200
@@ -1,5 +1,3 @@
 {% load static %}
-                        <img src="{% static 'metadatacomposer/img/60x40.gif' %}" alt="">
-                        <span>
-                            AIX<br/>Video Composer
-                        </span>
+                        <img src="{% static 'aixweb/img/logo_festival_aix.png' %}" alt="">
+                        <span>FESTIVAL D'AIX<br/>Video Composer</span>
--- a/src/aixweb/urls.py	Fri May 31 17:39:48 2013 +0200
+++ b/src/aixweb/urls.py	Fri May 31 18:46:00 2013 +0200
@@ -42,11 +42,11 @@
     #(r'^$', 'socialauth.views.signin_complete'),
     #(r'^$', 'social_auth.views.complete'),
     
-    (r'^/?$', RedirectView.as_view(url='ldt')),
+    (r'^/?$', RedirectView.as_view(url='composer/aix/')),
     #(r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': settings.STATIC_ROOT}),
     
     (r'^jsi18n/$', 'django.views.i18n.javascript_catalog', js_info_dict),
-    (r'^hashcut/', include('hashcut.urls')),
+    #(r'^hashcut/', include('hashcut.urls')),
     (r'^composer/', include('metadatacomposer.urls')),
 )