mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-11 08:07:15 +00:00
[svn r8081] Added cave and logbook search, collapsible footer navbar, useless statistics page. Also fixed broken css. Toying with forms but not committing those yet.
This commit is contained in:
@@ -73,7 +73,7 @@ def LoadPersons():
|
||||
# this fills in those peopl for whom 2008 was their first expo
|
||||
for name in expomissing:
|
||||
firstname, lastname = name.split()
|
||||
is_guest = name in ["Eeva Makiranta", "Kieth Curtis"]
|
||||
is_guest = name in ["Eeva Makiranta", "Keith Curtis"]
|
||||
pObject = models.Person(first_name = firstname,
|
||||
last_name = lastname,
|
||||
is_vfho = False,
|
||||
|
||||
Reference in New Issue
Block a user