mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix personcontent / content switch in some pages
This commit is contained in:
parent
ad4f400262
commit
e82b2bd10a
@ -30,7 +30,7 @@
|
|||||||
</dl>
|
</dl>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block personcontent %}
|
{% block content %}
|
||||||
{{ include('@ChillMain/Util/confirmation_template.html.twig',
|
{{ include('@ChillMain/Util/confirmation_template.html.twig',
|
||||||
{
|
{
|
||||||
'title' : 'Delete document ?'|trans,
|
'title' : 'Delete document ?'|trans,
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
{{ encore_entry_link_tags('mod_pickentity_type') }}
|
{{ encore_entry_link_tags('mod_pickentity_type') }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block personcontent %}
|
{% block content %}
|
||||||
|
|
||||||
<h1 style="margin-bottom: 2rem;">{{ 'Add a person resource'|trans }}</h1>
|
<h1 style="margin-bottom: 2rem;">{{ 'Add a person resource'|trans }}</h1>
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="address-edit">
|
<div class="address-edit">
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<h1>{{ block('title') }}</h1>
|
<h1>{{ block('title') }}</h1>
|
||||||
|
|
||||||
{{ form_start(form) }}
|
{{ form_start(form) }}
|
||||||
@ -45,7 +44,6 @@
|
|||||||
|
|
||||||
{{ form_end(form) }}
|
{{ form_end(form) }}
|
||||||
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="address-new">
|
<div class="address-new">
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<h1>{{ block('title') }}</h1>
|
<h1>{{ block('title') }}</h1>
|
||||||
|
|
||||||
{# TODO #}
|
{# TODO #}
|
||||||
@ -15,8 +14,6 @@
|
|||||||
{% include '@ChillPerson/ResidentialAddress/_form.html.twig' %}
|
{% include '@ChillPerson/ResidentialAddress/_form.html.twig' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user