add family
This commit is contained in:
		| @@ -72,6 +72,7 @@ | ||||
|                 {{ macros::input(label='Notizen', name='notes', id=loop.index, type="text", value=user.notes) }} | ||||
|                 {{ macros::input(label='Telefon', name='phone', id=loop.index, type="text", value=user.phone) }} | ||||
|                 {{ macros::input(label='Adresse', name='address', id=loop.index, type="text", value=user.address) }} | ||||
|           	{{ macros::select(label="Familie", data=families, name='family_id', selected_id=user.family_id, display=['names'], default="Keine Familie", new_last_entry='Neue Familie anlegen') }} | ||||
|               </div> | ||||
|             </div> | ||||
|             <div class="mt-3 text-right"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user