email_server: Minor refactor of license statement in templates

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2021-10-15 19:33:05 -07:00 committed by James Valleroy
parent b3143ba201
commit b62dd2442c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 9 additions and 3 deletions

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}