mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-12 04:52:45 +00:00
Other changes: - Added license identifiers - Fixed linter warnings - Deleted excessive parameters in rendering code
15 lines
275 B
HTML
15 lines
275 B
HTML
{# SPDX-License-Identifier: AGPL-3.0-or-later #}
|
|
{% extends "app.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block configuration %}
|
|
{{ tabs|safe }}
|
|
<p>
|
|
<a href="/rspamd/">
|
|
{% trans "Visit Rspamd administration interface" %}
|
|
</a>
|
|
</p>
|
|
{{ block.super }}
|
|
{% endblock %}
|