diff options
Diffstat (limited to 'archaeological_operations/wizards.py')
-rw-r--r-- | archaeological_operations/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index a58e7437d..7afe73442 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -21,9 +21,9 @@ import logging from django.conf import settings from django.core.exceptions import ObjectDoesNotExist -from django.core.urlresolvers import reverse from django.http import Http404 from django.shortcuts import render +from django.urls import reverse from ishtar_common.utils import ugettext_lazy as _ from archaeological_files.models import File |