diff options
Diffstat (limited to 'papillon/templates/vote.html')
-rw-r--r-- | papillon/templates/vote.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/papillon/templates/vote.html b/papillon/templates/vote.html index 204f553..8861e6c 100644 --- a/papillon/templates/vote.html +++ b/papillon/templates/vote.html @@ -15,6 +15,7 @@ {% if not poll.open %}<p class='alert'>{% trans "The current poll is closed."%}</p>{% endif %} <p>{{ poll.description|safe }}</p> <form method='post' action='.'> + {% csrf_token %} <div id='poll_table'> <table id='poll'> <tr> |