Fix bug if we weren't able to deduce a stream

- Legacy-Id: 3979
This commit is contained in:
Ole Laursen 2012-02-26 14:22:44 +00:00
parent b9853c707c
commit cb1b56d912

View file

@ -117,6 +117,7 @@ def perform_postREDESIGN(request, submission):
was_rfc = draft.get_state_slug() == "rfc"
if not draft.stream:
stream_slug = None
if draft.name.startswith("draft-iab-"):
stream_slug = "iab"
elif draft.name.startswith("draft-irtf-"):