forked from CGM_Public/pretix_original
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_view_orders }}</td>
|
||||||
<td>{{ add_form.can_change_orders }}</td>
|
<td>{{ add_form.can_change_orders }}</td>
|
||||||
<td>{{ add_form.can_change_permissions }}</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_view_vouchers }}</td>
|
||||||
|
<td>{{ add_form.can_change_vouchers }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user