fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
validate projects on user card too
[redakcja.git]
/
apps
/
catalogue
/
constants.py
diff --git
a/apps/catalogue/constants.py
b/apps/catalogue/constants.py
index
0c84232
..
dbdb574
100644
(file)
--- a/
apps/catalogue/constants.py
+++ b/
apps/catalogue/constants.py
@@
-14,3
+14,11
@@
MASTERS = ['powiesc',
'dramat_wierszowany_lp',
'dramat_wspolczesny',
]
+
+STAGES = [
+ 'Draft',
+ 'Comments',
+ 'Comments review',
+ 'Proofreading',
+ 'Publication',
+ ]
\ No newline at end of file