Fix the token list template

master
kaiyou 7 years ago
parent de2a06aec1
commit 8722e72f8d

@ -12,9 +12,8 @@
<a class="btn btn-primary" href="{{ url_for('.token_create', user_email=user.email) }}">{% trans %}New token{% endtrans %}</a>
{% endblock %}
{% block box %}
<table class="table table-bordered">
<tbody>
{% block content %}
{% call macros.table() %}
<tr>
<th>{% trans %}Actions{% endtrans %}</th>
<th>{% trans %}Comment{% endtrans %}</th>
@ -31,6 +30,5 @@
<td>{{ token.created_at }}</td>
</tr>
{% endfor %}
</tbody>
</table>
{% endcall %}
{% endblock %}

Loading…
Cancel
Save