Summary: Enable the state help page for IRTF stream states (was

causing 404s)
 - Legacy-Id: 10105
This commit is contained in:
Ole Laursen 2015-09-29 10:00:53 +00:00
parent fd87b22030
commit 07f867e622

View file

@ -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"),