fix: better chatlog and polls links (#7466)

This commit is contained in:
Robert Sparks 2024-05-28 10:35:29 -05:00 committed by GitHub
parent 08e953995a
commit 39d471d3ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,8 +137,8 @@
<tr data-name="{{ pres.document.name }}">
{% url 'ietf.doc.views_doc.document_main' name=pres.document.name as url %}
<td>
<a href="{{ pres.document.get_href }}">{{ pres.document.title }}</a>
<a href="{{ url }}">({{ pres.document.name }})</a>
<a href="{{ url }}">{{ pres.document.title }}</a>
<a href="{{ pres.document.get_href }}">( as json )</a>
</td>
</tr>
{% endfor %}