2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 10:47:12 +00:00

tweaks to make it clearer which logbook entry is being saved

This commit is contained in:
2025-01-29 22:05:32 +00:00
parent 53865e64d8
commit 2681127037

View File

@@ -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> &nbsp;&nbsp;{% 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>