X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/74081c8b2e9a8588505c40257556e17274fc80de..b5f8d214ba00903379f8716ef563f19743a120b6:/apps/wiki/constants.py diff --git a/apps/wiki/constants.py b/apps/wiki/constants.py index de6d0e2d..6781a48e 100644 --- a/apps/wiki/constants.py +++ b/apps/wiki/constants.py @@ -8,6 +8,7 @@ DOCUMENT_STAGES = ( ("proofreading", _(u"Initial Proofreading")), ("annotation-proofreading", _(u"Annotation Proofreading")), ("modernisation", _(u"Modernisation")), + ("annotations", _(u"Annotations")), ("themes", _(u"Themes")), ("editor-proofreading", _(u"Editor's Proofreading")), ("technical-editor-proofreading", _(u"Technical Editor's Proofreading")),