mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 19:39:45 +00:00
change block personcontent to content more consistent with other templates and less need for if-statements
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
{% block title %}{{ 'Update details for %name%'|trans({ '%name%': person|chill_entity_render_string } ) }}{% endblock %}
|
||||
|
||||
{% block personcontent %}
|
||||
{% block content %}
|
||||
<div class="person-edit">
|
||||
|
||||
<h1>{{ block('title') }}</h1>
|
||||
|
Reference in New Issue
Block a user