From d1889a5e06ee690bb356a33e0fc8152d51b22b73 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Sun, 5 Jul 2020 14:00:40 +0200 Subject: [PATCH] Fix #1502 (program info only visible in about section if user is admin) --- cps/templates/stats.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cps/templates/stats.html b/cps/templates/stats.html index 69712cc4..966abf2a 100644 --- a/cps/templates/stats.html +++ b/cps/templates/stats.html @@ -25,6 +25,7 @@ +{% if g.user.role_admin() %}

{{_('Linked Libraries')}}

@@ -44,4 +45,5 @@ {% endfor %}
+{% endif %} {% endblock %}