aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/view-package-props.html')
-rw-r--r--web/templates/view-package-props.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/view-package-props.html b/web/templates/view-package-props.html
index b262bea..ee9f27a 100644
--- a/web/templates/view-package-props.html
+++ b/web/templates/view-package-props.html
@@ -19,7 +19,7 @@ Compile information for: {{cpv}}
{% endfor %} <br />
Attachments:
{% for attachment in prop.attachment_set.all %}
- <a href="/collagen/view/attachment/{{attachment.id}}">{{attachment.name}}</a>&nbsp;
+ <a href="/collagen/view/attachment/{{attachment.id}}/{{attachment.name}}">{{attachment.name}}</a>&nbsp;
{% endfor %}<br />
Content: <a href="/collagen/view/content/{{prop.id}}">list</a>
</div>