diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-04 16:41:41 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 09:57:24 +0200 |
commit | e7418c19b122c5ac0505ad2be5350068d3bf6f6b (patch) | |
tree | 735cd414c9dd45334a08f5e8c93224257548aa53 /archaeological_operations/views.py | |
parent | 202fb132953d115c2b1983f5f50d2f4b62bb9d5d (diff) | |
download | Ishtar-e7418c19b122c5ac0505ad2be5350068d3bf6f6b.tar.bz2 Ishtar-e7418c19b122c5ac0505ad2be5350068d3bf6f6b.zip |
Rebase migrations
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 97824843f..5c5a3e89b 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -49,9 +49,9 @@ from archaeological_operations.wizards import has_associated_file, \ from ishtar_common.forms import ClosingDateFormSelection, FinalForm, \ FinalDeleteForm from ishtar_common.models import get_current_profile, IshtarSiteProfile -from ishtar_common.utils import put_session_message +from ishtar_common.utils import put_session_message, check_rights_condition 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.wizards import SearchWizard def autocomplete_patriarche(request): |