Treat BoF as proposed WG.

- Legacy-Id: 4374
This commit is contained in:
Ole Laursen 2012-05-03 18:50:51 +00:00
parent 79e8013455
commit 5215527de2

View file

@ -114,7 +114,7 @@ def get_rfc_number(doc):
def get_chartering_type(doc):
chartering = ""
if doc.get_state_slug() not in ("notrev", "approved"):
if doc.group.state_id == "proposed":
if doc.group.state_id in ("proposed", "bof"):
chartering = "initial"
elif doc.group.state_id == "active":
chartering = "rechartering"