From f2606268e9a00618e57747d8f8f32829f2b646bb Mon Sep 17 00:00:00 2001 From: SpeedProg Date: Tue, 29 May 2018 21:13:25 +0200 Subject: [PATCH] Display download option on account page only if one has the appropriate rights --- templates/settings/accounts.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/settings/accounts.html b/templates/settings/accounts.html index c3e005e3..fd347774 100644 --- a/templates/settings/accounts.html +++ b/templates/settings/accounts.html @@ -35,6 +35,7 @@ {% endblock %} {% block raw_content %} +{% if perm_manager.get_permission('accounts_download_list').can() %}
@@ -47,6 +48,7 @@
+{% endif %}