summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-01-29 22:05:32 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-01-29 22:05:32 +0000
commit2681127037ed70f1f49dfb37b381b71adfd92b1a (patch)
tree4411b3a1c31ab5fbf7bcb93093b69cb6d1ef5174 /templates
parent53865e64d847a71e05fa602defa34100efbe1d8c (diff)
downloadtroggle-2681127037ed70f1f49dfb37b381b71adfd92b1a.tar.gz
troggle-2681127037ed70f1f49dfb37b381b71adfd92b1a.tar.bz2
troggle-2681127037ed70f1f49dfb37b381b71adfd92b1a.zip
tweaks to make it clearer which logbook entry is being saved
Diffstat (limited to 'templates')
-rw-r--r--templates/logbookform.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/logbookform.html b/templates/logbookform.html
index 1be61f2..2e2b482 100644
--- a/templates/logbookform.html
+++ b/templates/logbookform.html
@@ -10,6 +10,7 @@
<h2>New Logbook Entry in {{year}}</h2>
{% endif %}
<div align=center>
+{% if date %}<p>Link to <em><a href="/logbookentry/{{date}}/{{slug}}#">this entry</a></em> &nbsp;&nbsp;{% endif %}
<a href="/handbook/logbooks.html#form">How to use this form</a>
</div>
{% if save_bad %}
@@ -100,7 +101,7 @@
<br /><br />
<input type="hidden" value="{{slug}}" name="slug">
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" type = "submit" value = "save" >
- Update logbook entry
+ Update this entry <em>"{{title}}"</em>
</button>
</form>