Admin: Re-add crsf on polls list form

This commit is contained in:
Olivier PEREZ 2015-03-29 13:18:00 +02:00
parent 591c4dd1af
commit eb4b40d1d6
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
</div>
<form action="" method="POST">
<input type="hidden" name="csrf" value="{$crsf}"/>
{if $poll_to_delete}
<div class="alert alert-warning text-center">
<h3>{__('adminstuds\\Confirm removal of the poll')} "{$poll_to_delete->id|html}"</h3>