mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-05-10 03:15:46 +01:00
add link to exact logbookentry page
This commit is contained in:
parent
70c629f455
commit
55bbccb4ca
@ -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,
|
||||
},
|
||||
)
|
||||
|
||||
|
@ -88,8 +88,10 @@
|
||||
</form>
|
||||
|
||||
<br /><br /><br />
|
||||
{% if date %}<p>Link to <em><a href="/logbookentry/{{date}}/{{slug}}#">this entry</a></em> {% endif %}
|
||||
Full logbook for this year: <a href="/years/{{year}}/logbook.html"><em>Logbook {{year}}</em></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user