diff --git a/plinth/modules/email_server/templates/email_alias.html b/plinth/modules/email_server/templates/email_alias.html index 5dd0ff643..669e8124d 100644 --- a/plinth/modules/email_server/templates/email_alias.html +++ b/plinth/modules/email_server/templates/email_alias.html @@ -1,5 +1,5 @@ {# SPDX-License-Identifier: AGPL-3.0-or-later #} -{% extends "email_form_base.html" %} +{% extends "base.html" %} {% load bootstrap %} {% load i18n %}