summaryrefslogtreecommitdiffstats
path: root/templates/logbookform.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-07-23 08:58:17 +0200
committerPhilip Sargent <philip.sargent@gmail.com>2024-07-23 08:58:17 +0200
commitc01f0e1dff515ff40390e618d05c2712488b755a (patch)
treed5bd5f4f6eef4bd4b08347e83f9c70f724aa8a69 /templates/logbookform.html
parent48f2407a0684d3bd188e01c718cd987084840f02 (diff)
downloadtroggle-c01f0e1dff515ff40390e618d05c2712488b755a.tar.gz
troggle-c01f0e1dff515ff40390e618d05c2712488b755a.tar.bz2
troggle-c01f0e1dff515ff40390e618d05c2712488b755a.zip
debug stuff for logreport
Diffstat (limited to 'templates/logbookform.html')
-rw-r--r--templates/logbookform.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/logbookform.html b/templates/logbookform.html
index c10efb7..399ec2d 100644
--- a/templates/logbookform.html
+++ b/templates/logbookform.html
@@ -29,7 +29,8 @@
<form method ='post' >
{% csrf_token %}
<br />
-
+ <input name="slug" id="slug" value="{{slug}}" type=hidden>
+
<span {% if dateflag %}style="color:red"{% endif %}>
<label for="date">Date of the activity</label>
<input {% if not user.username %} disabled{% endif %}