diff options
Diffstat (limited to 'templates/logbookform.html')
-rw-r--r-- | templates/logbookform.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/logbookform.html b/templates/logbookform.html index 399ec2d..a84f6ce 100644 --- a/templates/logbookform.html +++ b/templates/logbookform.html @@ -86,6 +86,7 @@ {% if tu %}value="{{tu}}"{% else %}placeholder="0.1" {% endif %} /> <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 </button> |