diff options
Diffstat (limited to 'templates/newlogbookentry.html')
-rw-r--r-- | templates/newlogbookentry.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/newlogbookentry.html b/templates/newlogbookentry.html index 099ae2b..4e8eda6 100644 --- a/templates/newlogbookentry.html +++ b/templates/newlogbookentry.html @@ -1,4 +1,5 @@ {% extends "base.html" %}
+{% load csrffaker %}
{% block title %}Logbook {{logbookentry.id}}{% endblock %}
{% block head %}
<script>
|