rename labels
This commit is contained in:
		| @@ -20,7 +20,7 @@ | ||||
| 					</div> | ||||
| 					<div class="flex items-center"> | ||||
| 						<label for="is_guest" class="flex items-center cursor-pointer hover:text-gray-100"><input type="checkbox" id="is_guest" name="is_guest" class="h-4 w-4 accent-gray-200 mr-2" checked="true"/> | ||||
| 							Gast</label> | ||||
| 							Scheckbuch</label> | ||||
| 					</div> | ||||
| 				</div> | ||||
| 			</div> | ||||
| @@ -49,7 +49,7 @@ | ||||
| 							{% endif %} | ||||
| 						</div> | ||||
| 						<div class="grid md:grid-cols-3"> | ||||
| 							{{ macros::checkbox(label='Gast', name='is_guest', id=loop.index , checked=user.is_guest) }} | ||||
| 							{{ macros::checkbox(label='Scheckbuch', name='is_guest', id=loop.index , checked=user.is_guest) }} | ||||
| 							{{ macros::checkbox(label='Steuerberechtigter', name='is_cox', id=loop.index , checked=user.is_cox) }} | ||||
| 							{{ macros::checkbox(label='Technical', name='is_tech', id=loop.index , checked=user.is_tech) }} | ||||
| 							{{ macros::checkbox(label='Admin', name='is_admin', id=loop.index , checked=user.is_admin) }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user