We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3038396 commit ada1e4eCopy full SHA for ada1e4e
1 file changed
ietf/templates/idrfc/document_ballot_content.html
@@ -57,7 +57,7 @@ <h2 style="margin-top:12px;">{{ ballot.ballot_type.question }}</h2>
57
{% for p in text_positions %}
58
<h2 id="{{ p.ad.plain_name|slugify }}" class="ad-ballot-comment">{% if p.old_ad %}[{% endif %}{{ p.ad.plain_name }}{% if p.old_ad %}]{% endif %}</h2>
59
60
-{% if p.discuss %}
+{% if p.pos.blocking and p.discuss %}
61
<p><b>{{ p.pos.name }} ({{ p.discuss_time|date:"Y-m-d" }})</b> <img src="/images/comment.png" width="14" height="12" alt=""/></p>
62
<pre>{{ p.discuss|wrap_text:80|escape }}</pre>
63
{% endif %}
0 commit comments