Skip to content
Snippets Groups Projects
Commit 6a2b46be authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

make API token button nicer

parent 4da5c41f
No related branches found
No related tags found
1 merge request!107Beta
......@@ -48,7 +48,9 @@
</dl>
{% if user_object.pk == user_object.pk %}
<a class="small float-right text-decoration-none" href="{% url 'member:auth_token' %}">
{% trans 'Manage auth token' %}
</a>
{% endif %}
\ No newline at end of file
<div class="text-center">
<a class="small badge badge-secondary" href="{% url 'member:auth_token' %}">
<i class="fa fa-cogs"></i>{% trans 'API token' %}
</a>
</div>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment