template markup fix: csrf moved to start of form

<input> should not be a child of <tr>, regardless if type="hidden" or not
This commit is contained in:
Paul J. Dorn 2015-10-04 17:16:09 +02:00
parent cd8be75ac5
commit 28e27367ec

View file

@ -58,10 +58,10 @@
</div>
<form method="post" action="">
{% rosetta_csrf_token %}
<table>
<thead>
<tr>
{% rosetta_csrf_token %}
<th><div class="text">{% trans "Original" %}</div></th>
{% if main_language %}<th>{{ main_language }}</th>{% endif %}
<th>{{ rosetta_i18n_lang_name }}</th>