mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 10:37:07 +00:00
Many many bugs fixed for >1 svx file on a wallet
This commit is contained in:
@@ -132,7 +132,7 @@ def walletslistperson(request, first_name, last_name):
|
||||
fixsurvextick(w, w.ticks)
|
||||
return manywallets
|
||||
|
||||
print("-walletslistperson")
|
||||
# print("-walletslistperson")
|
||||
|
||||
try:
|
||||
if last_name:
|
||||
@@ -185,7 +185,7 @@ def walletslistyear(request, year):
|
||||
|
||||
return manywallets
|
||||
|
||||
print("-walletslistyear")
|
||||
# print("-walletslistyear")
|
||||
if year < 1976 or year > 2050:
|
||||
return render(request, "errors/generic.html", {"message": "Year out of range. Must be between 1976 and 2050"})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user