summaryrefslogtreecommitdiffstats
path: root/templates/logbookform.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-08-31 18:55:20 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-08-31 18:55:20 +0300
commitc29c12ea765eefcd2ac41a7f475c8d870adcb793 (patch)
treed5da2cc80bb15e913835bedfd70f340413af17fe /templates/logbookform.html
parentbbb821e2f9a55eaaf636909341b8c7799f079ce2 (diff)
downloadtroggle-c29c12ea765eefcd2ac41a7f475c8d870adcb793.tar.gz
troggle-c29c12ea765eefcd2ac41a7f475c8d870adcb793.tar.bz2
troggle-c29c12ea765eefcd2ac41a7f475c8d870adcb793.zip
Edit Logbook Entry mostly working
Diffstat (limited to 'templates/logbookform.html')
-rw-r--r--templates/logbookform.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/logbookform.html b/templates/logbookform.html
index 9c33a50..b8a94f0 100644
--- a/templates/logbookform.html
+++ b/templates/logbookform.html
@@ -79,9 +79,9 @@
title="Time underground (hours)"
{% if tu %}value="{{tu}}"{% else %}placeholder="0.1" {% endif %}
/>
- <br /><br /> <span style="color: red">This DOES NOT SAVE ANYTHING yet</span>
+ <br /><br />
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" type = "submit" value = "save" >
- Do logbook entry
+ Update logbook entry
</button>
</form>