diff options
Diffstat (limited to 'templates/logbookform.html')
-rw-r--r-- | templates/logbookform.html | 3 |
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 %} |