From cdd61ed323f5b26bb651009124742a8e0f9df2d3 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 29 Sep 2014 13:44:26 -0300 Subject: [PATCH] Replaced STATIC_URL by static template tag --- src/search/templates/search/search.html | 8 ++++---- src/templates/base.html | 20 ++++++++++---------- src/templates/doughnut-chart.html | 6 +++--- src/templates/dpaste/base.html | 4 ++-- src/templates/pizza-chart.html | 4 ++-- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/search/templates/search/search.html b/src/search/templates/search/search.html index 18f6e78..a3b9ac2 100644 --- a/src/search/templates/search/search.html +++ b/src/search/templates/search/search.html @@ -1,12 +1,12 @@ {% extends "base.html" %} -{% load i18n highlight superarchives %} +{% load i18n highlight superarchives static %} {% block title %}{% trans 'search'|title %}{% endblock %} {% block head_js %} - + {% if use_language %} - + {% endif %} - - - + + + + {% block head_js %}{% endblock %} {% block head_css %}{% endblock %} @@ -36,7 +36,7 @@ {% conversejs_static %} {% endif %} - {% endblock %} @@ -206,8 +206,8 @@

{% trans "Last email imported at" %} {{ last_imported_message.received_time|date:'DATETIME_FORMAT' }}

{% endif %}

- - + +

{% trans "The contents of this site is published under license" %}: diff --git a/src/templates/doughnut-chart.html b/src/templates/doughnut-chart.html index edbc0fa..fa0aa27 100644 --- a/src/templates/doughnut-chart.html +++ b/src/templates/doughnut-chart.html @@ -1,7 +1,7 @@ -{% load i18n %} +{% load i18n static %} - - + + +