Skip to content

Commit ea4e1a1

Browse files
committed
Fix attachment link to work with newly submitted attachments (those
using the new naming scheme) - Legacy-Id: 4079
1 parent e7cf907 commit ea4e1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/liaisons/liaisondetail_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1>Liaison Statement: {% include 'liaisons/liaison_title.html' %}</h1>
8989
<td>Attachments:</td>
9090
<td>
9191
{% for file in object.uploads_set.all %}
92-
<a href="https://datatracker.ietf.org/documents/LIAISON/file{{ file.file_id }}{{ file.file_extension }}">{{ file.file_title }}</a>{% if not forloop.last %}<br/>{% endif %}
92+
<a href="https://datatracker.ietf.org/documents/LIAISON/{{ file.filename }}">{{ file.file_title }}</a>{% if not forloop.last %}<br/>{% endif %}
9393
{% empty %}
9494
(none)
9595
{% endfor %}

0 commit comments

Comments
 (0)