Add margin to entire page
This commit is contained in:
parent
891bd32b48
commit
e6d4f81533
1 changed files with 72 additions and 68 deletions
|
|
@ -94,8 +94,11 @@
|
|||
{% endmacro add_modal %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="m-2">
|
||||
<h1 class="title is-1">Mail management</h1>
|
||||
{% if user_error %}<div class="alert alert-danger">{{ user_error }}</div>{% endif %}
|
||||
{% if user_error %}
|
||||
<div class="alert alert-danger">{{ user_error }}</div>
|
||||
{% endif %}
|
||||
<h2 class="title is-2">Mails</h2>
|
||||
<ul class="list-group">
|
||||
{% for mail in mails %}
|
||||
|
|
@ -164,4 +167,5 @@
|
|||
prefill=true)
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue