change block personcontent to content more consistent with other templates and less need for if-statements

This commit is contained in:
2022-02-24 15:58:02 +01:00
parent f8ec0f85e5
commit c4e0b68ebe
64 changed files with 66 additions and 73 deletions

View File

@@ -18,7 +18,7 @@
{% block title page_title %}
{% block personcontent %}
{% block content %}
<h1>{{ page_title }}</h1>

View File

@@ -4,7 +4,7 @@
{% block title %}{{ 'Accompanying period list for person'|trans }}{% endblock title %}
{% block personcontent %}
{% block content %}
<div class="person-accompanyingperiods">
<h1>{{ 'Accompanying period list'|trans }}</h1>

View File

@@ -4,7 +4,7 @@
{% block title 'Re-Open a period'|trans %}
{% block personcontent %}
{% block content %}
<h1>{{ 'Re-Open a period'|trans }}</h1>