Skip to content

Commit c04ba31

Browse files
committed
updates document page. Fixes ticket ietf-tools#1112 and ietf-tools#1432. Commit ready for merge.
- Legacy-Id: 8121
1 parent dac3efc commit c04ba31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<td>
2020
{% if doc.get_state_slug == "rfc" %}
2121
RFC - {{ doc.std_level }}
22-
({% if published %}{{ published.time|date:"F Y" }}{% else %}publication date unknown{% endif %}{% if has_errata %}; <a href="http://www.rfc-editor.org/errata_search.php?rfc={{ rfc_number }}" rel="nofollow">Errata</a>{% endif %})
22+
({% if published %}{{ published.time|date:"F Y" }}{% else %}publication date unknown{% endif %}{% if has_errata %}; <a href="http://www.rfc-editor.org/errata_search.php?rfc={{ rfc_number }}" rel="nofollow">Errata</a>{% else %}; No errata{% endif %})
2323

2424
{% if obsoleted_by %}<div>Obsoleted by {{ obsoleted_by|join:", "|urlize_ietf_docs }}</div>{% endif %}
2525
{% if updated_by %}<div>Updated by {{ updated_by|join:", "|urlize_ietf_docs }}</div>{% endif %}
@@ -272,8 +272,8 @@
272272

273273
{% else %}
274274

275-
<p>This Internet-Draft is no longer active. Unofficial copies of old Internet-Drafts can be found here:<br/>
276-
<a href="http://tools.ietf.org/id/{{ doc.name }}">http://tools.ietf.org/id/{{ doc.name }}</a></p>
275+
<p>This Internet-Draft is no longer active. A copy of the expired Internet-Draft can be found here:<br/>
276+
<a href="http://www.ietf.org/archive/id/{{ doc.name }}-{{ doc.rev }}.txt">http://www.ietf.org/archive/id/{{ doc.name }}-{{ doc.rev }}.txt</a>
277277

278278
<h4>Abstract</h4>
279279

0 commit comments

Comments
 (0)