mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-14 04:36:35 +00:00
add link to exact logbookentry page
This commit is contained in:
@@ -229,7 +229,7 @@ def logbookentry(request, date, slug):
|
||||
return render(
|
||||
request,
|
||||
"logbookentry.html",
|
||||
{"logbookentry": this_logbookentry, "trips": trips, "svxothers": svxothers, "wallets": wallets},
|
||||
{"logbookentry": this_logbookentry,"trips": trips, "svxothers": svxothers, "wallets": wallets},
|
||||
)
|
||||
else:
|
||||
msg = f' Logbook entry slug:"{slug}" not found in database on date:"{date}" '
|
||||
|
||||
@@ -345,6 +345,7 @@ def logbookedit(request, year=None, slug=None):
|
||||
"tu": tu,
|
||||
"entry": entry,
|
||||
"output": output,
|
||||
"slug": slug,
|
||||
},
|
||||
)
|
||||
# GET here
|
||||
@@ -398,6 +399,7 @@ def logbookedit(request, year=None, slug=None):
|
||||
"tu": tu,
|
||||
"entry": text,
|
||||
"textrows": rows,
|
||||
"slug": slug,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user