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
Copy file name to clipboardExpand all lines: ietf/templates/idrfc/doc_tab_document.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
{% else %}
59
59
{% if stream_info.stream.name == 'ISE' or stream_info.stream.name == 'IRTF' %}
60
60
{% if user|in_group:"Secretariat" and not info.conflict_reviews %}
61
-
<spanid="doc_conflict_review_button" class="yui-button yui-link-button" style="margin-left:2px;">{% url conflict_review_start name=doc.draft_name as start_review_url %}{% if start_review_url %}<spanclass="first-child"><ahref="{{start_review_url}}">Begin IETF Conflict Review</a></span>{% endif %}</span>
61
+
<spanid="doc_conflict_review_button" class="yui-button yui-link-button" style="margin-left:2px;">{% url conflict_review_start name=doc.draft_name as start_review_url %}{% if start_review_url %}<spanclass="first-child"><ahref="{{start_review_url}}">Begin IETF Conflict Review {% if not doc.underlying_document.intended_std_level %}(note that intended status is not set){% endif %}</a></span>{% endif %}</span>
62
62
{% endif %}
63
63
{% else %}
64
64
{% if stream_info.stream.name == 'IETF'%}{%if not doc.in_ietf_process %}
0 commit comments