mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-26 03:13:54 +00:00
Fix comments form URL
This commit is contained in:
parent
0a9855848a
commit
2297b628dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue