Always show IANA state (not only for certain states)

- Legacy-Id: 5756
This commit is contained in:
Henrik Levkowetz 2013-05-23 17:57:10 +00:00
parent 6b0d1b1b71
commit 47c25227d9

View file

@ -218,7 +218,7 @@ def agenda_docs(date, next_agenda):
if doc.type_id == "draft":
s = doc.get_state("draft-iana-review")
if s and s.slug in ("not-ok", "changed", "need-rev"):
if s: # and s.slug in ("not-ok", "changed", "need-rev"):
doc.iana_review_state = str(s)
if doc.get_state_slug("draft-iesg") == "lc":