Feedback form must use POST

master
Daniel Berteaud 9 years ago
parent bd2f402447
commit adf3e3b73a
  1. 2
      templates/default/feedback.html.ep

@ -3,7 +3,7 @@
%= include 'public_toolbar'
<div class="container-fluid">
<div class="well publicForm">
<form action="<%= url_for('/feedback') %>">
<form action="<%= url_for('/feedback') %>" method="post">
<legend class=text-center">
%= l('GIVE_US_YOUR_FEEDBACK')
</legend>

Loading…
Cancel
Save