diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-08-31 18:55:20 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-08-31 18:55:20 +0300 |
commit | c29c12ea765eefcd2ac41a7f475c8d870adcb793 (patch) | |
tree | d5da2cc80bb15e913835bedfd70f340413af17fe /templates/logbookform.html | |
parent | bbb821e2f9a55eaaf636909341b8c7799f079ce2 (diff) | |
download | troggle-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.html | 4 |
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> |