summaryrefslogtreecommitdiffstats
path: root/templates/svxfile.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/svxfile.html')
-rw-r--r--templates/svxfile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html
index fbaacdd..e1ed097 100644
--- a/templates/svxfile.html
+++ b/templates/svxfile.html
@@ -62,7 +62,7 @@ $(document).ready(function()
{% if logmessage %}
{% if has_3d %}
-<p><a href="{% url threed title %}">3d file</a></p>
+<p><a href="{% url "threed" title %}">3d file</a></p>
{% else %}
<p><b>No 3d file</b></p>
{% endif %}