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 | 57a9896d4ec40ece311a90887532a11bd47d4420 (patch) | |
| tree | b394f356bdf32f00306704efcbf8ca835c58f66a | |
| parent | 962c88eaf41c09477439b76decd9a85d2f23519b (diff) | |
| download | Ishtar-57a9896d4ec40ece311a90887532a11bd47d4420.tar.bz2 Ishtar-57a9896d4ec40ece311a90887532a11bd47d4420.zip | |
Operations: fix operation detail
| -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 | 
