Render proposal editor(s)

This commit is contained in:
str4d
2017-04-07 10:34:35 +00:00
parent 75c3d433c4
commit 81e58f20af
2 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,7 @@ SPEC_CATEGORY_SORT = defaultdict(lambda: 999, {
PROPOSAL_METATAGS = {
'author': u'I2P devs',
'created': None,
'editor': None,
'implementedin': None,
'lastupdated': None,
'status': u'Draft',
@ -72,6 +73,7 @@ METATAG_LABELS = {
'author': u'Author',
'category': u'Category',
'created': u'Created',
'editor': u'Editor',
'implementedin': u'Implemented in',
'lastupdated': u'Last updated',
'status': u'Status',