household: improve ux in form to edit a member

This commit is contained in:
2021-09-03 13:02:35 +02:00
parent eb067fe59b
commit f2f39d0922
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
{% block content %}
<h1>{{ block('title') }}</h1>
<h1>{{ member.person|chill_entity_render_string }}</h1>
<h2 class="mb-5">{{ 'household.Edit his household'|trans }}</h2>
{{ form_start(form) }}
{{ form_widget(form) }}