From 7fb1ff25e2491e94c3446a401e644de9793006f5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 5 Sep 2016 18:30:24 +0200 Subject: Add images for operation, context records and sources (refs #2927, refs #351) --- archaeological_finds/wizards.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'archaeological_finds/wizards.py') 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') -- cgit v1.2.3