We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5171e33 commit 7a131cdCopy full SHA for 7a131cd
1 file changed
ietf/doc/views_help.py
@@ -11,7 +11,7 @@ def state_help(request, type):
11
"draft-iana-action": ("draft-iana-action", "IANA Action States For Internet-Drafts"),
12
"charter": ("charter", "Charter States"),
13
"conflict-review": ("conflrev", "Conflict Review States")
14
- }.get(type, "")
+ }.get(type, (None, None))
15
state_type = get_object_or_404(StateType, slug=slug)
16
17
states = State.objects.filter(type=state_type).order_by("order")
0 commit comments