summaryrefslogtreecommitdiff
path: root/archaeological_finds/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 18:30:24 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 18:31:52 +0200
commitf751e22887e8940d0e3ed3c81eee0fb92e8d7820 (patch)
tree54a97773eef1b633895480a8b8caeb768bf7b43a /archaeological_finds/wizards.py
parent10c8a694f2ffcfc001f5deddcb7d633d9f00b7cc (diff)
downloadIshtar-f751e22887e8940d0e3ed3c81eee0fb92e8d7820.tar.bz2
Ishtar-f751e22887e8940d0e3ed3c81eee0fb92e8d7820.zip
Add images for operation, context records and sources (refs #2927, refs #351)
Diffstat (limited to 'archaeological_finds/wizards.py')
-rw-r--r--archaeological_finds/wizards.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py
index e307320f1..7ae6d0d0c 100644
--- a/archaeological_finds/wizards.py
+++ b/archaeological_finds/wizards.py
@@ -18,7 +18,6 @@
# See the file COPYING for details.
from django.core.exceptions import ObjectDoesNotExist
-from django.core.files.storage import default_storage
from django.utils.translation import ugettext_lazy as _
from ishtar_common.forms import reverse_lazy
@@ -27,7 +26,6 @@ import models
class FindWizard(Wizard):
- file_storage = default_storage
model = models.Find
wizard_done_window = reverse_lazy('show-find')