summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/newlogbookentry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/newlogbookentry.html b/templates/newlogbookentry.html
index 0cce46b..099ae2b 100644
--- a/templates/newlogbookentry.html
+++ b/templates/newlogbookentry.html
@@ -24,7 +24,7 @@
{% endblock %}
{% block content %}
-<form action="" method="post">
+<form action="" method="post">{% csrf_token %}
{{ tripForm.non_field_errors }}
<div class="fieldWrapper">
{{ tripForm.title.errors }}