From b62dd2442c9f9419b8ce7bee76bd179009ca256f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 15 Oct 2021 19:33:05 -0700 Subject: [PATCH] email_server: Minor refactor of license statement in templates Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/email_server/templates/email_alias.html | 4 +++- plinth/modules/email_server/templates/email_server.html | 4 +++- plinth/modules/email_server/templates/my_mail.html | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/plinth/modules/email_server/templates/email_alias.html b/plinth/modules/email_server/templates/email_alias.html index 2298aeeb8..64773f089 100644 --- a/plinth/modules/email_server/templates/email_alias.html +++ b/plinth/modules/email_server/templates/email_alias.html @@ -1,5 +1,7 @@ -{# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "base.html" %} +{% comment %} +# SPDX-License-Identifier: AGPL-3.0-or-later +{% endcomment %} {% load bootstrap %} {% load i18n %} diff --git a/plinth/modules/email_server/templates/email_server.html b/plinth/modules/email_server/templates/email_server.html index 9c4909294..0083d1a1a 100644 --- a/plinth/modules/email_server/templates/email_server.html +++ b/plinth/modules/email_server/templates/email_server.html @@ -1,5 +1,7 @@ -{# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "app.html" %} +{% comment %} +# SPDX-License-Identifier: AGPL-3.0-or-later +{% endcomment %} {% load i18n %} diff --git a/plinth/modules/email_server/templates/my_mail.html b/plinth/modules/email_server/templates/my_mail.html index bf03fce13..c8974aaa5 100644 --- a/plinth/modules/email_server/templates/my_mail.html +++ b/plinth/modules/email_server/templates/my_mail.html @@ -1,5 +1,7 @@ -{# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "base.html" %} +{% comment %} +# SPDX-License-Identifier: AGPL-3.0-or-later +{% endcomment %} {% load i18n %}