rdv: twig - headings change

This commit is contained in:
nobohan 2021-09-17 16:33:11 +02:00
parent 27674985bd
commit 5b81bffcf6
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
{% block content %}
<h2>{{ 'Calendar list' |trans }}</h2>
<h1>{{ 'Calendar list' |trans }}</h1>
{% if calendarItems|length == 0 %}
<p class="chill-no-data-statement">

View File

@ -6,7 +6,7 @@
{% block content %}
<h2>{{ 'My calendar list' |trans }}</h2>
<h1>{{ 'My calendar list' |trans }}</h1>
<div id="myCalendar"></div>
{% endblock %}