mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 22:37:08 +00:00
tweaks to make it clearer which logbook entry is being saved
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
<h2>New Logbook Entry in {{year}}</h2>
|
<h2>New Logbook Entry in {{year}}</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div align=center>
|
<div align=center>
|
||||||
|
{% if date %}<p>Link to <em><a href="/logbookentry/{{date}}/{{slug}}#">this entry</a></em> {% endif %}
|
||||||
<a href="/handbook/logbooks.html#form">How to use this form</a>
|
<a href="/handbook/logbooks.html#form">How to use this form</a>
|
||||||
</div>
|
</div>
|
||||||
{% if save_bad %}
|
{% if save_bad %}
|
||||||
@@ -100,7 +101,7 @@
|
|||||||
<br /><br />
|
<br /><br />
|
||||||
<input type="hidden" value="{{slug}}" name="slug">
|
<input type="hidden" value="{{slug}}" name="slug">
|
||||||
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" type = "submit" value = "save" >
|
<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>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user