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
commit7fb1ff25e2491e94c3446a401e644de9793006f5 (patch)
tree54a97773eef1b633895480a8b8caeb768bf7b43a /archaeological_finds/wizards.py
parentd3d84ed7cc5ff3cb9c164838c78cfcee73fbc44e (diff)
downloadIshtar-7fb1ff25e2491e94c3446a401e644de9793006f5.tar.bz2
Ishtar-7fb1ff25e2491e94c3446a401e644de9793006f5.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')