admin: fix token_list template

This commit is contained in:
Jens Langhammer 2020-07-06 17:43:20 +02:00
parent 9c5792b1e1
commit 24ad893350
1 changed files with 2 additions and 3 deletions

View File

@ -69,12 +69,11 @@
<div class="pf-c-empty-state__content">
<i class="fas fa-cubes pf-c-empty-state__icon" aria-hidden="true"></i>
<h1 class="pf-c-title pf-m-lg">
{% trans 'No Applications.' %}
{% trans 'No Tokens.' %}
</h1>
<div class="pf-c-empty-state__body">
{% trans 'Currently no applications exist. Click the button below to create one.' %}
{% trans 'Currently no tokens exist.' %}
</div>
<a href="{% url 'passbook_admin:application-create' %}?back={{ request.get_full_path }}" class="pf-c-button pf-m-primary" type="button">{% trans 'Create' %}</a>
</div>
</div>
{% endif %}