aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex/layers.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layerindex/layers.html')
-rw-r--r--templates/layerindex/layers.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/layerindex/layers.html b/templates/layerindex/layers.html
index 4ca43fc836..cfc4ebd078 100644
--- a/templates/layerindex/layers.html
+++ b/templates/layerindex/layers.html
@@ -18,9 +18,9 @@
{% block navs %}
{% autoescape on %}
- <li class="active"><a href="{% url layer_list url_branch %}">Layers</a></li>
- <li><a href="{% url recipe_search url_branch %}">Recipes</a></li>
- <li><a href="{% url machine_search url_branch %}">Machines</a></li>
+ <li class="active"><a href="{% url 'layer_list' url_branch %}">Layers</a></li>
+ <li><a href="{% url 'recipe_search' url_branch %}">Recipes</a></li>
+ <li><a href="{% url 'machine_search' url_branch %}">Machines</a></li>
{% endautoescape %}
{% endblock %}
@@ -71,7 +71,7 @@
<tbody>
{% for layerbranch in layerbranch_list %}
<tr class="layertype_{{ layerbranch.layer.layer_type }}">
- <td><a href="{% url layer_item url_branch layerbranch.layer.name %}">{{ layerbranch.layer.name }}</a></td>
+ <td><a href="{% url 'layer_item' url_branch layerbranch.layer.name %}">{{ layerbranch.layer.name }}</a></td>
<td>{{ layerbranch.layer.summary }}</td>
<td>{{ layerbranch.layer.get_layer_type_display }}</td>
<td class="showRollie">