diff options
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 |