verschlimmbesserte changes fixed
This commit is contained in:
parent
7f5baf7b10
commit
e2446bda19
|
@ -14,18 +14,18 @@
|
|||
{{ csrf() }}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-6">
|
||||
{{ f.select('shirt_size', config('tshirt_sizes'), __('user.shirt_size'), userdata.personalData.shirt_size) }}
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-6">
|
||||
{{ f.switch('arrived', __('user.arrived'), userdata.state.arrived, {'disabled': not has_permission_to('admin_arrive')}) }}
|
||||
|
||||
{% if userdata.state.force_active %}
|
||||
{{ f.switch('force_active', __('user.force_active'), true, {'disabled': true}) }}
|
||||
{% else %}
|
||||
{{ f.switch('active', __('user.active'), userdata.state.active) }}
|
||||
{% endif %}
|
||||
|
||||
{{ f.switch('active', __('user.active'), userdata.state.active) }}
|
||||
|
||||
{{ f.switch('got_shirt', __('user.got_shirt'), userdata.state.got_shirt) }}
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
|
|
Loading…
Reference in New Issue