]> git.parisson.com Git - teleforma.git/commitdiff
remove export link
authorYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 14 Jun 2022 15:49:41 +0000 (17:49 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 14 Jun 2022 15:49:41 +0000 (17:49 +0200)
teleforma/templates/teleforma/users.html

index ca645f55486e16d840293b0b2aeab91ea4b5bbe2..4154259a9ef4f09770f87fa31b4ddfd0491e2466 100644 (file)
 
 <div class="desk_messages">
 
-{% if user.is_staff %}
+{% comment %} {% if user.is_staff %}
 <div style="float:right;">
 <a href="{% if training %}{% url 'teleforma-training-users-export' training.id %}{% elif iej %}{% url 'teleforma-iej-users-export' iej.id %}{% elif course %}{% url 'teleforma-course-users-export' course.id %}{% else %}{% url 'teleforma-users-xls-export' %}{% endif %}" class="component_icon button icon_csv">XLS Export</a>
 </div>
-{% endif %}
+{% endif %} {% endcomment %}
 
 <div class="course_title">{% trans "Users" %}{% if training %} - {{ training }}{% elif iej %} - {{ iej }}{% elif course %} - {{ course }}{% endif %}</div>
 <br />