diff options
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils.py b/core/utils.py index e5d2726..e4fda48 100644 --- a/core/utils.py +++ b/core/utils.py @@ -91,7 +91,7 @@ def alphabet_suffix(n): def make_new_expo(year): coUniqueAttribs = {"year": year} - otherAttribs = {"name": f"CUCC expo {year}"} + otherAttribs = {"name": f"CUCC expo {year}", "logbookfile": "logbook.html"} e = Expedition.objects.create(**otherAttribs, **coUniqueAttribs) u = User.objects.get(username='expo') u.current_year = year |