fix personcontent / content switch in some pages

This commit is contained in:
2022-03-24 20:52:58 +01:00
parent ad4f400262
commit e82b2bd10a
4 changed files with 3 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
{{ encore_entry_link_tags('mod_pickentity_type') }}
{% endblock %}
{% block personcontent %}
{% block content %}
<h1 style="margin-bottom: 2rem;">{{ 'Add a person resource'|trans }}</h1>
@@ -22,4 +22,4 @@
<h3 style="margin-bottom: 2rem;">{{ 'Add a person resource'|trans }}</h3>
{% include "@ChillPerson/PersonResource/form.html.twig" %}
</div>
{% endblock %}
{% endblock %}