Summary: Enable the state help page for IRTF stream states (was
causing 404s) - Legacy-Id: 10105
This commit is contained in:
parent
fd87b22030
commit
07f867e622
|
@ -12,6 +12,7 @@ def state_help(request, type):
|
|||
"draft-rfceditor": ("draft-rfceditor", "RFC Editor States for Internet-Drafts"),
|
||||
"draft-iana-action": ("draft-iana-action", "IANA Action States for Internet-Drafts"),
|
||||
"draft-stream-ietf": ("draft-stream-ietf", "IETF Stream States for Internet-Drafts"),
|
||||
"draft-stream-irtf": ("draft-stream-irtf", "IRTF Stream States for Internet-Drafts"),
|
||||
"charter": ("charter", "Charter States"),
|
||||
"conflict-review": ("conflrev", "Conflict Review States"),
|
||||
"status-change": ("statchg", "RFC Status Change States"),
|
||||
|
|
Loading…
Reference in a new issue