X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4c48c47d0b84e516114c16ee191359166e93a51c..cd202b3bf0673fcd86cf7ab9e757e7c55ef60240:/apps/catalogue/constants.py?ds=inline

diff --git a/apps/catalogue/constants.py b/apps/catalogue/constants.py
index d75d6b4b..dbdb5748 100644
--- a/apps/catalogue/constants.py
+++ b/apps/catalogue/constants.py
@@ -1,5 +1,8 @@
 # -*- coding: utf-8 -*-
-
+#
+# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 TRIM_BEGIN = " TRIM_BEGIN "
 TRIM_END = " TRIM_END "
 
@@ -11,3 +14,11 @@ MASTERS = ['powiesc',
            'dramat_wierszowany_lp',
            'dramat_wspolczesny',
            ]
+
+STAGES = [
+    'Draft',
+    'Comments',
+    'Comments review',
+    'Proofreading',
+    'Publication',
+    ]
\ No newline at end of file