fix tests for user controller

This commit is contained in:
2021-09-28 15:50:09 +02:00
parent ca7ba90717
commit d5d12c4a17
2 changed files with 49 additions and 40 deletions

View File

@@ -10,7 +10,7 @@
{% endblock %}
{% block table_entities_tbody %}
{% for entity in entities %}
<tr>
<tr data-username="{{ entity.username|e('html_attr') }}">
<td>
{% if entity.isEnabled %}
<i class="fa fa-check chill-green"></i>