X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/20222de6f21f5a4bbbc55386e9792d43b47faf17..41e4e58d2d389558b91565c16b0c7c0ec7c558fa:/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")),