diff options
Diffstat (limited to 'templates/svxfiledifflistonly.html')
-rw-r--r-- | templates/svxfiledifflistonly.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/svxfiledifflistonly.html b/templates/svxfiledifflistonly.html index 09158ee..f51744e 100644 --- a/templates/svxfiledifflistonly.html +++ b/templates/svxfiledifflistonly.html @@ -6,7 +6,7 @@ {% if logmessage %}
{% if has_3d %}
-<p><a href="{{ settings.SVX_URL }}{{ title }}.3d">3d file</a></p>
+<p><a href="{% url threed title %}">3d file</a></p>
{% else %}
<p><b>No 3d file</b></p>
{% endif %}
|