summaryrefslogtreecommitdiff
path: root/archaeological_finds/wizards.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-21 20:41:41 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-21 20:41:41 +0200
commit7ccc29e5c41fe8a4a33c803adc4bbbd94d6ad1d7 (patch)
tree3e8a369eb94465c8ae02201a613f9ca32aeaf741 /archaeological_finds/wizards.py
parentdac23f0753d81396aed54a2297195af416e03a6f (diff)
downloadIshtar-7ccc29e5c41fe8a4a33c803adc4bbbd94d6ad1d7.tar.bz2
Ishtar-7ccc29e5c41fe8a4a33c803adc4bbbd94d6ad1d7.zip
Djangoization - Major refactoring (step 12)
* Fix finds wizards
Diffstat (limited to 'archaeological_finds/wizards.py')
-rw-r--r--archaeological_finds/wizards.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py
index 4d2a54f73..9effc3770 100644
--- a/archaeological_finds/wizards.py
+++ b/archaeological_finds/wizards.py
@@ -21,6 +21,7 @@ from django.conf import settings
from django.core.exceptions import ObjectDoesNotExist
from django.shortcuts import render_to_response
from django.template import RequestContext
+from django.utils.safestring import mark_safe
from django.utils.translation import ugettext_lazy as _
from ishtar_common.wizards import Wizard, DeletionWizard, SourceWizard
@@ -89,6 +90,6 @@ class FindSourceDeletionWizard(DeletionWizard):
fields = ['item', 'title', 'source_type', 'authors',]
class TreatmentSourceWizard(SourceWizard):
- model = models.TreamentSource
+ model = models.TreatmentSource