# HG changeset patch # User ymh # Date 1305819412 -7200 # Node ID a21d9248c772280230692a5f81da4f7815179cab # Parent bacf48b8f16ef7b4d8cda2bac667cc0549da8f90 change path and name for template diff -r bacf48b8f16e -r a21d9248c772 web/blinkster/__init__.py --- a/web/blinkster/__init__.py Thu May 19 17:23:05 2011 +0200 +++ b/web/blinkster/__init__.py Thu May 19 17:36:52 2011 +0200 @@ -1,3 +1,3 @@ -VERSION = (0, 30) +VERSION = (0, 31) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION))) diff -r bacf48b8f16e -r a21d9248c772 web/blinkster/templates/base.html --- a/web/blinkster/templates/base.html Thu May 19 17:23:05 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ - - - - - {% block title %}Blinkster{% endblock %} - {% block js_import %} - {% endblock %} - {% block css_import %} - - {% endblock %} - - - -
- {% block content %}{% endblock %} -
- - - {% include "google_analytics.html" %} - - diff -r bacf48b8f16e -r a21d9248c772 web/blinkster/templates/base_blinkster.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/blinkster/templates/base_blinkster.html Thu May 19 17:36:52 2011 +0200 @@ -0,0 +1,41 @@ + + + + + {% block title %}Blinkster{% endblock %} + {% block js_import %} + {% endblock %} + {% block css_import %} + + {% endblock %} + + + +
+ {% block content %}{% endblock %} +
+ + + {% include "google_analytics.html" %} + + diff -r bacf48b8f16e -r a21d9248c772 web/blinkster/templates/segment_detail.html --- a/web/blinkster/templates/segment_detail.html Thu May 19 17:23:05 2011 +0200 +++ b/web/blinkster/templates/segment_detail.html Thu May 19 17:36:52 2011 +0200 @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base_blinkster.html" %} {% block title %}Blinkster : Détail d'un segment{% endblock %}