summaryrefslogtreecommitdiffstats
path: root/expo/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'expo/context.py')
-rw-r--r--expo/context.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/expo/context.py b/expo/context.py
index 06215ce..bb38a84 100644
--- a/expo/context.py
+++ b/expo/context.py
@@ -1,4 +1,5 @@
from django.conf import settings
+from expo.models import Expedition
-def settings_context(request):
- return { 'settings':settings } \ No newline at end of file
+def troggle_context(request):
+ return { 'settings':settings, 'Expedition':Expedition } \ No newline at end of file