Feedback form must use POST

This commit is contained in:
Daniel Berteaud 2015-07-26 17:48:38 +02:00
parent bd2f402447
commit adf3e3b73a
1 changed files with 1 additions and 1 deletions

View File

@ -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>