diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-11 17:46:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-11 17:46:46 +0100 |
commit | 52b513e0737f65e30b5e886f728a7fae16ace4c2 (patch) | |
tree | 5f60291fe22fc689f608ffc0ea8aeea9f7cd085f /archaeological_files/wizards.py | |
parent | 38c111ec8b259158c152472ea96d070da2d39386 (diff) | |
download | Ishtar-52b513e0737f65e30b5e886f728a7fae16ace4c2.tar.bz2 Ishtar-52b513e0737f65e30b5e886f728a7fae16ace4c2.zip |
Administrative act for treatment and treatment files
Diffstat (limited to 'archaeological_files/wizards.py')
-rw-r--r-- | archaeological_files/wizards.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_files/wizards.py b/archaeological_files/wizards.py index 4c3a13ee2..1558cd46e 100644 --- a/archaeological_files/wizards.py +++ b/archaeological_files/wizards.py @@ -142,6 +142,7 @@ class FileDeletionWizard(FileClosingWizard): class FileAdministrativeActWizard(OperationAdministrativeActWizard): model = models.File current_obj_slug = 'administrativeactfile' + ref_object_key = 'associated_file' def get_reminder(self): form_key = 'selec-' + self.url_name |