diff --git a/ietf/doc/views_draft.py b/ietf/doc/views_draft.py index b10f4db3c..6e4c87aa5 100644 --- a/ietf/doc/views_draft.py +++ b/ietf/doc/views_draft.py @@ -451,8 +451,6 @@ def change_intention(request, name): de = doc.latest_event(ConsensusDocEvent, type="changed_consensus") prev_consensus = de and de.consensus - print prev_consensus - print doc.intended_std_level_id if not prev_consensus and doc.intended_std_level_id in ("std", "ds", "ps", "bcp"): ce = ConsensusDocEvent(doc=doc, by=login, type="changed_consensus") ce.consensus = True diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index 9d4d3345b..e32c1280c 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -223,7 +223,7 @@ {% endif %} - {% if consensus %} + {% if consensus and not stream_state_type_slug == "draft-stream-ietf" %} Consensus @@ -298,6 +298,21 @@ + {% if consensus and stream_state_type_slug == "draft-stream-ietf" %} + + + Consensus + + {% if can_edit or can_edit_stream_info %} + Edit + {% endif %} + + + {{ consensus }} + + + {% endif %} + Telechat date