From 27d5d93e58745741ee0124571eefcc4380fde894 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 13 Jul 2020 14:48:24 -0700 Subject: [PATCH] security: Don't show report button as part of backports notice Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/security/templates/security.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 %}

{% trans "Security Notice" %}

@@ -18,10 +24,4 @@ {% endblocktrans %}

{% endif %} - - - - {% trans "Show security report" %} - {% endblock %}