diff --git a/plinth/modules/security/templates/security.html b/plinth/modules/security/templates/security.html index 29718b778..86f57b8b5 100644 --- a/plinth/modules/security/templates/security.html +++ b/plinth/modules/security/templates/security.html @@ -7,6 +7,12 @@ {% load i18n %} {% block status %} + + + {% trans "Show security report" %} + + {% if is_backports_enabled %}
@@ -18,10 +24,4 @@ {% endblocktrans %}
{% endif %} - - - - {% trans "Show security report" %} - {% endblock %}