diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-05-02 02:14:15 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-05-02 02:14:15 +0100 |
commit | cb744ddeef3732d7b42f84e09a70a15fe29a5b7b (patch) | |
tree | 560b027c62b4c01be4cafad8bdb044aa15aa364e /templates | |
parent | 872ffe588288a1559af68a8ab5a0f9259d6880b0 (diff) | |
download | troggle-cb744ddeef3732d7b42f84e09a70a15fe29a5b7b.tar.gz troggle-cb744ddeef3732d7b42f84e09a70a15fe29a5b7b.tar.bz2 troggle-cb744ddeef3732d7b42f84e09a70a15fe29a5b7b.zip |
CRCF protection
Diffstat (limited to 'templates')
-rw-r--r-- | templates/newlogbookentry.html | 2 |
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 }}
|