diff --git a/plinth/modules/email_server/templates/my_mail.html b/plinth/modules/email_server/templates/my_mail.html index aab62ad3a..cb02e7702 100644 --- a/plinth/modules/email_server/templates/my_mail.html +++ b/plinth/modules/email_server/templates/my_mail.html @@ -1,27 +1,25 @@ {# SPDX-License-Identifier: AGPL-3.0-or-later #} -{% extends "email_form_base.html" %} +{% extends "base.html" %} -{% load bootstrap %} {% load i18n %} {% block content %} - {{ block.super }} +

Setup My Home

{% if not has_homedir %} +

+ {% trans "You do not have a home directory." %} + + {% trans "Create one to begin receiving emails." %} + +

+
- + {% csrf_token %} +
{% else %}

{% trans "Your home directory is ready to receive emails." %}