diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-21 19:24:56 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-21 19:24:56 +0200 |
commit | 58568e150d54f4715d4bc91bf0ebefa772a39682 (patch) | |
tree | 45d5fe6bcd60fe66954db08976a649bfa9203747 /archaeological_context_records/views.py | |
parent | 4bf634a003ab6c3d9edf1cc7fa40e7203d59711f (diff) | |
download | Ishtar-58568e150d54f4715d4bc91bf0ebefa772a39682.tar.bz2 Ishtar-58568e150d54f4715d4bc91bf0ebefa772a39682.zip |
Djangoization - Major refactoring (step 10)
* Fix operation wizards
* Minor fix on other wizards
Diffstat (limited to 'archaeological_context_records/views.py')
-rw-r--r-- | archaeological_context_records/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_context_records/views.py b/archaeological_context_records/views.py index b1f8ca772..103db2066 100644 --- a/archaeological_context_records/views.py +++ b/archaeological_context_records/views.py @@ -17,6 +17,8 @@ # See the file COPYING for details. +from django.utils.translation import ugettext_lazy as _ + from ishtar_common.views import get_item, show_item, revert_item from ishtar_common.wizards import SearchWizard from wizards import * |