aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex/classicstats.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layerindex/classicstats.html')
-rw-r--r--templates/layerindex/classicstats.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layerindex/classicstats.html b/templates/layerindex/classicstats.html
index 2fde01b973..63d0b43288 100644
--- a/templates/layerindex/classicstats.html
+++ b/templates/layerindex/classicstats.html
@@ -19,8 +19,8 @@
{% block navs %}
{% autoescape on %}
- <li><a href="{% url classic_recipe_search %}">Recipes</a></li>
- <li class="active"><a href="{% url classic_recipe_stats %}">Stats</a></li>
+ <li><a href="{% url 'classic_recipe_search' %}">Recipes</a></li>
+ <li class="active"><a href="{% url 'classic_recipe_stats' %}">Stats</a></li>
{% endautoescape %}
{% endblock %}