From 07f867e6220a8015fce9dc0d8b5e1bb7451333eb Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Tue, 29 Sep 2015 10:00:53 +0000 Subject: [PATCH] Summary: Enable the state help page for IRTF stream states (was causing 404s) - Legacy-Id: 10105 --- ietf/doc/views_help.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/doc/views_help.py b/ietf/doc/views_help.py index 1a8d8cb34..224ab158c 100644 --- a/ietf/doc/views_help.py +++ b/ietf/doc/views_help.py @@ -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"),