forked from expo/troggle
CRCF protection
This commit is contained in:
parent
9dd5d2ad16
commit
3f4ba904e2
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user