Skip to content
Snippets Groups Projects
Commit b35aa242 authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Fix comments deletion

parent a055c6d7
No related branches found
No related tags found
No related merge requests found
<div id="comments_list">
<form action="{if $admin}{poll_url id=$admin_poll_id admin=true}{else}{poll_url id=$poll_id}{/if}" method="POST">
{if $comments|count > 0}
<h3>{__('Comments', 'Comments of polled people')}</h3>
{foreach $comments as $comment}
......@@ -12,5 +13,6 @@
</div>
{/foreach}
{/if}
</form>
<div id="comments_alerts"></div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment