diff options
Diffstat (limited to 'core/context.py')
-rw-r--r-- | core/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/context.py b/core/context.py index 6b3b928..908cd69 100644 --- a/core/context.py +++ b/core/context.py @@ -1,5 +1,5 @@ from django.conf import settings -from troggle.core.models import Expedition +from troggle.core.models.troggle import Expedition def troggle_context(request): return { 'settings':settings, 'Expedition':Expedition }
\ No newline at end of file |