diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-03-13 11:39:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-03-13 11:39:03 +0100 |
commit | 45daac1b111158ea4ee54d8d56c33ff08d5111ef (patch) | |
tree | b394f356bdf32f00306704efcbf8ca835c58f66a /archaeological_operations/models.py | |
parent | 4fb8a816f1eeb7074d669bbf8716e480f298a414 (diff) | |
download | Ishtar-45daac1b111158ea4ee54d8d56c33ff08d5111ef.tar.bz2 Ishtar-45daac1b111158ea4ee54d8d56c33ff08d5111ef.zip |
Operations: fix operation detail
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 4342db912..20c8df16f 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -27,7 +27,7 @@ from django.utils.translation import ugettext_lazy as _, ugettext from ishtar_common.models import GeneralType, BaseHistorizedItem, \ HistoricalRecords, LightHistorizedItem, OwnPerms, Department, Source,\ - Person, Organization, Town, Dashboard + Person, Organization, Town, Dashboard, IshtarUser FILES_AVAILABLE = 'archaeological_files' in settings.INSTALLED_APPS if FILES_AVAILABLE: from archaeological_files.models import File |