We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c696c06 commit 7875331Copy full SHA for 7875331
1 file changed
ietf/idrfc/templatetags/ballot_icon_redesign.py
@@ -73,6 +73,9 @@ def render_ballot_icon(user, doc):
73
elif doc.type_id == "conflrev":
74
if doc.get_state_slug() not in ("iesgeval","defer"):
75
return ""
76
+ elif doc.type_id == "statchg":
77
+ if doc.get_state_slug() not in ("iesgeval","defer"):
78
+ return ""
79
80
ballot = doc.latest_event(BallotDocEvent, type="created_ballot")
81
if not ballot:
0 commit comments