Switched checkbox order (#461)

The boxes vor adding and editing vouchers were switched for new users.
This commit is contained in:
Jan Felix Wiebe
2017-04-17 13:33:48 +02:00
committed by Raphael Michel
parent 8884502d19
commit 8b88fb0988
@@ -72,8 +72,8 @@
<td>{{ add_form.can_view_orders }}</td>
<td>{{ add_form.can_change_orders }}</td>
<td>{{ add_form.can_change_permissions }}</td>
<td>{{ add_form.can_change_vouchers }}</td>
<td>{{ add_form.can_view_vouchers }}</td>
<td>{{ add_form.can_change_vouchers }}</td>
</tr>
</tfoot>
</table>