CRCF protection

This commit is contained in:
Martin Green 2011-05-02 02:14:15 +01:00
parent 872ffe5882
commit cb744ddeef

View File

@ -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 }}