# -*- 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 "
'dramat_wierszowany_lp',
'dramat_wspolczesny',
]
+
+STAGES = [
+ 'Draft',
+ 'Comments',
+ 'Comments review',
+ 'Proofreading',
+ 'Publication',
+ ]
\ No newline at end of file