There was an error while loading. Please reload this page.
1 parent 27a7770 commit b7ce31bCopy full SHA for b7ce31b
1 file changed
ietf/templates/idrfc/doc_main_rfc.html
@@ -45,6 +45,7 @@
45
{% if doc.obsoletes %}<br />Obsoletes {{ doc.obsoletes|urlize_ietf_docs }}{%endif %}
46
{% if doc.updates %}<br />Updates {{ doc.updates|urlize_ietf_docs }}{%endif %}
47
{% if doc.draft_name %}<br/ >Was <a href="/doc/{{ doc.draft_name}}/">{{doc.draft_name}}</a>{% endif %}
48
+{% if doc.has_errata %}<br /><a href="http://www.rfc-editor.org/errata_search.php?rfc={{doc.rfc_number}}" rel="nofollow">Errata</a>{% endif %}
49
</td></tr>
50
<tr><td>Published:</td><td> {{ doc.publication_date|date:"Y-m"|default:"(data missing)" }}</td></tr>
51
{% if doc.in_ietf_process %}
0 commit comments