From 9d2f85932e2074469e042d71c4a6c40a0a450c0c Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Tue, 14 Jun 2022 17:49:41 +0200 Subject: [PATCH] remove export link --- teleforma/templates/teleforma/users.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/templates/teleforma/users.html b/teleforma/templates/teleforma/users.html index ca645f55..4154259a 100644 --- a/teleforma/templates/teleforma/users.html +++ b/teleforma/templates/teleforma/users.html @@ -27,11 +27,11 @@
-{% if user.is_staff %} +{% comment %} {% if user.is_staff %}
XLS Export
-{% endif %} +{% endif %} {% endcomment %}
{% trans "Users" %}{% if training %} - {{ training }}{% elif iej %} - {{ iej }}{% elif course %} - {{ course }}{% endif %}

-- 2.39.5