EcoAccount views

* splits compensation/views/eco_account.py (+700 lines) into separate files in new module
    * view files can now be found in /compensation/views/eco_account/...
This commit is contained in:
2022-08-22 10:17:49 +02:00
parent 276e7ed4bb
commit a16f68012d
6 changed files with 209 additions and 159 deletions

View File

@@ -51,6 +51,7 @@ COMPENSATION_ACTION_REMOVED = _("Action removed")
DEDUCTION_ADDED = _("Deduction added")
DEDUCTION_EDITED = _("Deduction edited")
DEDUCTION_REMOVED = _("Deduction removed")
DEDUCTION_UNKNOWN = _("Unknown deduction")
# DEADLINE
DEADLINE_ADDED = _("Deadline added")