forked from Github-Mirrors/canaille
Minor template improvement
This commit is contained in:
parent
c3f1bdce78
commit
74a1f026da
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
{% endwith %}
|
||||
|
||||
{% if tokens %}
|
||||
<div class="ui cards">
|
||||
<div class="ui centered cards">
|
||||
{% for token in tokens %}
|
||||
{% set client = clients[token.oauthClientID] %}
|
||||
<div class="ui card">
|
||||
|
|
Loading…
Reference in a new issue