mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +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
602947a3d7
commit
6cd2674f2a
@@ -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