Skip to content

Commit

Permalink
Trying to fix the feedback form by changing the form action field, re…
Browse files Browse the repository at this point in the history
…lated to #378
  • Loading branch information
henriyli committed Dec 7, 2015
1 parent d59cecc commit 30b8efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/feedback.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% else %}
<span class="versal">{% trans %}Contact us!{% endtrans %}</span>
<div id="feedback-content">
<form id="feedback-fields" method="post" action="#">
<form id="feedback-fields" method="post" action="{{ request.lang }}/feedback">
{% if vocabList %}
<select class="form-control" name="vocab">
<option value="none">{% trans %}Not to a specific vocabulary{% endtrans %}</option>
Expand Down

0 comments on commit 30b8efc

Please sign in to comment.