Skip to content

Commit ccaf10d

Browse files
humitosagjohnson
andauthored
Style button (#597)
Closes #590 --------- Co-authored-by: Anthony <[email protected]>
1 parent d98329c commit ccaf10d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

readthedocsext/theme/templates/profiles/partials/token_list.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{% extends "includes/crud/table_list.html" %}
22

3-
{% load i18n %}
4-
5-
{% load core_tags %}
6-
{% load privacy_tags %}
7-
{% load projects_tags %}
3+
{% load blocktrans trans from i18n %}
84

95
{% block top_left_menu_items %}
106
{% endblock top_left_menu_items %}
@@ -16,7 +12,9 @@
1612
{% endcomment %}
1713
<form method="post" action="{% url "profiles_tokens_create" %}">
1814
{% csrf_token %}
19-
<button class="ui green {% if objects %}disabled{% endif %}button">{% trans "Generate API token" %}</button>
15+
<button class="ui green {% if objects %}disabled{% endif %} button">
16+
{% trans "Generate API token" %}
17+
</button>
2018
</form>
2119
{% endblock create_button %}
2220

0 commit comments

Comments
 (0)