summaryrefslogtreecommitdiffstats
path: root/core/views_logbooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views_logbooks.py')
-rw-r--r--core/views_logbooks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/views_logbooks.py b/core/views_logbooks.py
index 3ab55d6..0a90d7e 100644
--- a/core/views_logbooks.py
+++ b/core/views_logbooks.py
@@ -267,4 +267,3 @@ def get_people(request, expeditionslug):
def get_logbook_entries(request, expeditionslug):
exp = Expedition.objects.get(year = expeditionslug)
return render_with_context(request,'options.html', {"items": [(le.slug, "%s - %s" % (le.date, le.title)) for le in exp.logbookentry_set.all()]})
-