In the internet-draft submission status page, point at the datatracker page for the document, rather than the repository copy of the document.

- Legacy-Id: 11511
This commit is contained in:
Henrik Levkowetz 2016-07-01 20:51:44 +00:00
parent 5acff0e95f
commit 7d7bcbef04

View file

@ -130,7 +130,7 @@
<th>Document</th>
<td>
{% if submission.state_id == "posted" %}
<a href="https://www.ietf.org/id/{{ submission.name }}-{{submission.rev}}.txt">{{ submission.name }}</a>
<a href="{% url 'ietf.doc.views_doc.document_main' name=submission.name %}">{{ submission.name }}</a>
{% else %}
{{ submission.name }}
{% endif %}