summaryrefslogtreecommitdiffstats
path: root/core/views
diff options
context:
space:
mode:
Diffstat (limited to 'core/views')
-rw-r--r--core/views/logbooks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/logbooks.py b/core/views/logbooks.py
index 4579e6e..da0468e 100644
--- a/core/views/logbooks.py
+++ b/core/views/logbooks.py
@@ -66,6 +66,7 @@ def expedition(request, expeditionname):
does lazy evaluation.
"""
+ current = current_expo() # creates new expo after 31st Dec.
try:
expo = Expedition.objects.get(year=int(expeditionname))
except: