Always set state of RFC documents to 'RFC'

- Legacy-Id: 2741
This commit is contained in:
Ole Laursen 2011-01-13 16:58:59 +00:00
parent 380c24d302
commit 5c1fc8ac08

View file

@ -931,6 +931,7 @@ for index, o in enumerate(all_rfcs.iterator()):
d.time = datetime.datetime.now()
d.title = o.title
d.std_level = std_level_mapping[o.current_status]
d.state = state_mapping['RFC']
d.stream = stream_mapping[o.stream]
if not d.group and o.wg:
d.group = Group.objects.get(acronym=o.wg)