mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
email_server: Add button for setting up home directory
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
910714d435
commit
b7445e659b
@ -8,6 +8,13 @@
|
|||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block subsubmenu %}
|
||||||
|
<a class="btn btn-default" role="button"
|
||||||
|
href="{% url 'email_server:my_mail' %}">
|
||||||
|
{% trans "Setup My Home" %}
|
||||||
|
</a>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block extra_content %}
|
{% block extra_content %}
|
||||||
<p>
|
<p>
|
||||||
<a href="/rspamd/">
|
<a href="/rspamd/">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user