Fix accounts list

This commit is contained in:
Victor LABORIE 2018-09-26 12:18:37 +02:00
parent 83571d8ee0
commit 3be29c2384

View file

@ -24,7 +24,7 @@
{% for account in accounts %}
<tr>
<td style="text-align:left;"><a href="/?domain={{ domain }}&account={{ account.uid }}">{{ account.name }} <{{account.uid }}></a></td>
<td style="text-align:left;"><a href="/?domain={{ domain }}&account={{ account.uid }}">{{ account.name }} &lt;{{ account.uid }}&gt;</a></td>
{% if account.active %}
<td><span class="glyphicon glyphicon-ok"></span></td>
{% else %}