You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
items.append(f'[<a href="{urlreverse("ietf.doc.views_doc.document_main",kwargs=dict(name=doc.canonical_name())) }" title="Datatracker information for this document">Tracker</a>]')
1002
+
ifdoc.group.acronym!='none':
1003
+
items.append(f'[<a href="{urlreverse("ietf.group.views.group_home",kwargs=dict(acronym=doc.group.acronym))}" title="The working group handling this document">WG</a>]')
1004
+
items.append(f'[<a href="mailto:{doc.name}@ietf.org?subject={doc.name}" title="Send email to the document authors">Email</a>]')
items.append(f'[<a href="{settings.IDNITS_BASE_URL}?url={settings.IETF_ID_ARCHIVE_URL}{doc.name}-{doc.rev}.txt" title="Run an idnits check of this document">Nits</a>]')
<preclass="meta-info alert-warning text-center">A newer version of the document below exists</pre>
47
-
{% elif doc.doc.is_rfc %}
48
-
<preclass="meta-info alert-info text-center">The draft below has been published as <ahref="{% url 'ietf.doc.views_doc.document_html' name=doc.doc.canonical_name %}">RFC {{doc.doc.rfc_number}}</a></pre>
49
-
{% endif %}
64
+
{{ doc.meta|safe }}</pre>
65
+
</div>
50
66
{% endif %}
51
-
{% endcomment %}
52
67
53
-
<div>
68
+
<divclass="draftcontent">
54
69
{{ doc.htmlized|default:"Generation of htmlized text failed"|safe }}
0 commit comments