summaryrefslogtreecommitdiffstats
path: root/templates/svxcavesingle.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/svxcavesingle.html')
-rw-r--r--templates/svxcavesingle.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/svxcavesingle.html b/templates/svxcavesingle.html
index 1d24466..ad5540f 100644
--- a/templates/svxcavesingle.html
+++ b/templates/svxcavesingle.html
@@ -29,9 +29,9 @@
{% endif %}
{% ifequal survexfile survexdirectory.primarysurvexfile %}
- <a href="{% url svx survexfile.path %}"><b>{{survexfile.path}}</b></a>
+ <a href="{% url "svx" survexfile.path %}"><b>{{survexfile.path}}</b></a>
{% else %}
- <a href="{% url svx survexfile.path %}">{{survexfile.path}}</a>
+ <a href="{% url "svx" survexfile.path %}">{{survexfile.path}}</a>
{% endifequal %}
</td>
</tr>