mirror of
https://github.com/pretix/pretix.git
synced 2026-08-15 11:36:27 +00:00
Switched checkbox order (#461)
The boxes vor adding and editing vouchers were switched for new users.
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user