2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-01 03:01:41 +00:00

stop print msg

This commit is contained in:
2026-02-09 14:16:05 +00:00
parent 17ec91acce
commit 8dea7e304f

View File

@@ -188,7 +188,7 @@ def person(request, slug=""):
this_person = Person.objects.get(slug=slug)
except:
msg = f" Person '{slug=}' not found in database. DATABASE RESET required - ask a nerd."
print(msg)
# print(msg)
return render(request, "errors/generic.html", {"message": msg})
current_year = current_expo()