mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 22:04:59 +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 'Edit an address'|trans %}
|
||||
|
||||
{% block personcontent %}
|
||||
{% block content %}
|
||||
<div class="address-edit">
|
||||
|
||||
{% block content %}
|
||||
|
@@ -20,7 +20,7 @@
|
||||
|
||||
{% block title %}{{ 'Addresses history for %name%'|trans({ '%name%': person.firstName ~ ' ' ~ person.lastName } ) }}{% endblock %}
|
||||
|
||||
{% block personcontent %}
|
||||
{% block content %}
|
||||
<div class="person-address">
|
||||
|
||||
<h1>{{ 'Addresses history'|trans }}</h1>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
|
||||
{% block title %}{{ 'New address'|trans }}{% endblock %}
|
||||
|
||||
{% block personcontent %}
|
||||
{% block content %}
|
||||
<div class="address-new">
|
||||
|
||||
{% block content %}
|
||||
|
Reference in New Issue
Block a user