diff options
Diffstat (limited to 'templates/svxcavesingle.html')
-rw-r--r-- | templates/svxcavesingle.html | 4 |
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> |