prettify directory page

This commit is contained in:
Son NK 2020-06-05 23:25:37 +02:00
parent 8b066fdf3d
commit e5b60d9251

View file

@ -113,6 +113,11 @@
{% endfor %}
</div>
<div class="row">
<div class="col">
<div class="card">
<div class="card-body">
<form method="post" class="mt-2">
{{ new_dir_form.csrf_token }}
<input type="hidden" name="form-name" value="create">
@ -131,7 +136,8 @@
<div class="mt-3 small-text alert alert-info">
By default, aliases created with directory are "owned" by your default
mailbox <b>{{ current_user.default_mailbox.email }}</b>. <br>
You can however choose the mailbox(es) that new alias automatically belongs to by setting this below option.
You can however choose the mailbox(es) that new alias automatically belongs to by setting this below
option.
</div>
@ -149,6 +155,10 @@
</form>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}