From 9b74fc6fbcc6c51dc6e18d33179262d14188fcc5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 21 Oct 2012 20:41:41 +0200 Subject: Djangoization - Major refactoring (step 12) * Fix finds wizards --- archaeological_operations/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index e0eefbe5d..f5f0fea99 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -24,12 +24,12 @@ import datetime from django import forms from django.conf import settings -from django.shortcuts import render_to_response -from django.template import RequestContext from django.core import validators from django.core.exceptions import ObjectDoesNotExist from django.db.models import Max from django.forms.formsets import DELETION_FIELD_NAME +from django.shortcuts import render_to_response +from django.template import RequestContext from django.utils.translation import ugettext_lazy as _ from ishtar_common.models import valid_id, PersonType, Person, Town -- cgit v1.2.3