upgrade template to django 1.5 url syntax

This commit is contained in:
Simone Federici
2014-06-15 10:38:26 +02:00
parent 86afb71314
commit 320c701d12
6 changed files with 9 additions and 9 deletions

View File

@@ -76,7 +76,7 @@
{% else %}
{% if not web_theme_hide_menus %}
<div id="header">
<h1><a href="{% url home %}">{% block web_theme_project_name %}{% endblock %}</a></h1>
<h1><a href="{% url 'home' %}">{% block web_theme_project_name %}{% endblock %}</a></h1>
<div id="main-navigation">
<ul class="wat-cf" style="width: 73%;">
{% block web_theme_main_navigation %}{% endblock %}