diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-05 15:06:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-05 15:06:12 +0100 |
commit | 2ea08e20ee52f2d6df08460536cd95224a7ae07d (patch) | |
tree | cacfd44d18db9263030377d95868122625ad0ada /archaeological_operations/views.py | |
parent | cdfdea70ba35aa9b1d02a93896eadcdb733fdabd (diff) | |
parent | 7c0b2e7f72308ea543b9fb15e4d25b7d9b4eddb7 (diff) | |
download | Ishtar-2ea08e20ee52f2d6df08460536cd95224a7ae07d.tar.bz2 Ishtar-2ea08e20ee52f2d6df08460536cd95224a7ae07d.zip |
Merge branch 'develop' into develop-bootstrap
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index f295e0f9d..a4cb1f673 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -28,8 +28,7 @@ from django.utils.translation import ugettext_lazy as _, pgettext_lazy from ishtar_common.views import get_item, show_item, revert_item, new_item from ishtar_common.wizards import SearchWizard, check_rights_condition from ishtar_common.forms import ClosingDateFormSelection -from ishtar_common.forms_common import AuthorFormset, TownFormset, \ - SourceDeletionForm +from ishtar_common.forms_common import AuthorFormset, SourceDeletionForm from ishtar_common.models import get_current_profile from wizards import * from forms import * |