#86 Revocation edit

* adds support for revocation edit
    * revocation document files will be replaced on an edit
This commit is contained in:
2022-02-09 16:02:28 +01:00
parent d106977c34
commit 1b5cda648e
8 changed files with 151 additions and 11 deletions

View File

@@ -18,6 +18,10 @@ MISSING_GROUP_PERMISSION = _("You need to be part of another user group.")
CHECKED_RECORDED_RESET = _("Status of Checked and Recorded reseted")
# FILES
FILE_TYPE_UNSUPPORTED = _("Unsupported file type")
FILE_SIZE_TOO_LARGE = _("File too large")
# ECO ACCOUNT
CANCEL_ACC_RECORDED_OR_DEDUCTED = _("Action canceled. Eco account is recorded or deductions exist. Only conservation office member can perform this action.")