diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 21:18:07 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 21:18:07 +0000 |
commit | 52600df2f2d377da0140868c9c193e910bb085e1 (patch) | |
tree | 3b5e32e21099d74e48a564e9e92054ff87374db4 /templates/logbookform.html | |
parent | f2a43558f92ef97b274c7b4f38c3a2da6126fb05 (diff) | |
download | troggle-52600df2f2d377da0140868c9c193e910bb085e1.tar.gz troggle-52600df2f2d377da0140868c9c193e910bb085e1.tar.bz2 troggle-52600df2f2d377da0140868c9c193e910bb085e1.zip |
logbookedit now using git functions in troggle.utils
Diffstat (limited to 'templates/logbookform.html')
-rw-r--r-- | templates/logbookform.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/logbookform.html b/templates/logbookform.html index 632b52c..1be61f2 100644 --- a/templates/logbookform.html +++ b/templates/logbookform.html @@ -92,6 +92,12 @@ {% if tu %}value="{{tu}}"{% else %}placeholder="0.1" {% endif %} /> <br /><br /> + <label for="who_are_you">Who are you, editing this logbook entry?</label> + <input {% if not user.username %} disabled{% endif %} + label = "Who are you" name = "who_are_you" size ="70" + title="Who are you" + placeholder="editor's name for version control e.g. 'Animal <mta@gasthof.expo>'" value="{{who_are_you}}" required/> + <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 |