Fix comments form URL
This commit is contained in:
parent
0a9855848a
commit
2297b628dc
@ -5,7 +5,7 @@
|
||||
|
||||
{* Add comment form *}
|
||||
{if $active && !$expired && $accessGranted}
|
||||
<form action="action/add_comment.php" method="POST" id="comment_form">
|
||||
<form action="{'action/add_comment.php'|resource}" method="POST" id="comment_form">
|
||||
|
||||
<input type="hidden" name="poll" value="{$poll_id}"/>
|
||||
<div class="hidden-print jumbotron">
|
||||
|
Loading…
Reference in New Issue
Block a user