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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user