diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-08 02:31:55 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-08 02:31:55 +0100 |
commit | 1ed59ada3a14f851895e91a1b06a9982fd15f473 (patch) | |
tree | 00a5895af500d0c1d5785d31c1def309cf1b563c /archaeological_files/wizards.py | |
parent | 63c2429646bda2a22613f41d80e82e2a78d5a958 (diff) | |
download | Ishtar-1ed59ada3a14f851895e91a1b06a9982fd15f473.tar.bz2 Ishtar-1ed59ada3a14f851895e91a1b06a9982fd15f473.zip |
Fix default item after creations
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 99ef593d9..6e1e3ba03 100644 --- a/archaeological_files/wizards.py +++ b/archaeological_files/wizards.py @@ -129,6 +129,7 @@ class FileDeletionWizard(FileClosingWizard): class FileAdministrativeActWizard(OperationAdministrativeActWizard): model = models.File + current_obj_slug = 'administrativeactfile' def get_reminder(self): form_key = 'selec-' + self.url_name |