diff options
Diffstat (limited to 'website/templates/comment-abstract.html')
-rwxr-xr-x | website/templates/comment-abstract.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/comment-abstract.html b/website/templates/comment-abstract.html index eb540f7..8475e72 100755 --- a/website/templates/comment-abstract.html +++ b/website/templates/comment-abstract.html @@ -61,7 +61,7 @@ <p><b>Prerequisite: </b> {{ proposal.prerequisite }}</p> {% endif%} {% if proposal.attachment.url %} - <b>Attachment: </b> <a href="{{ proposal.attachment.url }}" class="btn btn-info" target="_blank">{{ filename }}</a> + <b>Attachment: </b> <a href="{{ url }}" class="btn btn-info" target="_blank">{{ filename }}</a> {% endif %} <p><b>Date Created: </b> {{ proposal.date_created }}</p> |