mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-01 11:31:28 +00:00
14 lines
226 B
HTML
14 lines
226 B
HTML
{% extends "app.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block configuration %}
|
|
{{ tabs|safe }}
|
|
<p>
|
|
<a href="/rspamd/">
|
|
{% trans "Visit Rspamd administration interface" %}
|
|
</a>
|
|
</p>
|
|
{{ block.super }}
|
|
{% endblock %}
|