mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 09:14:48 +02:00
Fixed styling of no API tokens yet message
This commit is contained in:
parent
3e693642b6
commit
56d120cd08
2 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
{% if user.apiTokens.empty %}
|
||||
<br><br>
|
||||
<b>{% trans %}user.settings.api_tokens.no_api_tokens_yet{% endtrans %}</b>
|
||||
<br><br>
|
||||
{% else %}
|
||||
<form action="{{ path('user_api_tokens_delete') }}" method="post"
|
||||
{{ stimulus_controller('elements/delete_btn') }} {{ stimulus_action('elements/delete_btn', "submit", "submit") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue