improve ux in admin configuration interface

This commit is contained in:
2021-02-06 13:51:47 +01:00
parent 0a89b5fc26
commit cc2c3ae36d
5 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<h1>{{ 'Administration interface'|trans }}</h1>
{{ 'welcome_message_raw'|trans|raw }}
<div>
<h2>{{ 'Configuration alerts'|trans }}</h2>

View File

@@ -34,7 +34,7 @@
{% block admin_content %}<!-- block personcontent empty -->
<div class="container">
<div class="grid-10 push-1">
Welcome to the admin section !
<h2>{{ 'Welcome to the admin section !'|trans }}</h2>
</div>
</div>
{% endblock %}

View File

@@ -32,6 +32,6 @@
{% block layout_wvm_content %}
{% block admin_content %}<!-- block personcontent empty -->
Welcome to the admin section !
<h2>{{ 'Welcome to the admin section !'|trans }}</h2>
{% endblock %}
{% endblock %}