Import concluded BOFs as concluded

- Legacy-Id: 3622
This commit is contained in:
Ole Laursen 2011-11-15 14:07:52 +00:00
parent 5aa4e8b896
commit 3d10b58c79

View file

@ -225,6 +225,8 @@ for o in IETFWG.objects.all().order_by("pk"):
# state
if o.group_type.type == "BOF":
s = state_names["bof"]
if o.status.status == "Concluded":
s = state_names["conclude"]
elif o.group_type.type == "PWG":
s = state_names["proposed"]
elif o.status.status == "Active":