fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
loading overlay fix
[redakcja.git]
/
apps
/
wiki
/
constants.py
diff --git
a/apps/wiki/constants.py
b/apps/wiki/constants.py
index
d96ce8b
..
de6d0e2
100644
(file)
--- a/
apps/wiki/constants.py
+++ b/
apps/wiki/constants.py
@@
-3,6
+3,7
@@
from django.utils.translation import ugettext_lazy as _
DOCUMENT_STAGES = (
("", u"-----"),
+ ("first_correction", _(u"First correction")),
("tagging", _(u"Tagging")),
("proofreading", _(u"Initial Proofreading")),
("annotation-proofreading", _(u"Annotation Proofreading")),