You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: warehouse/templates/manage/token.html
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -119,13 +119,10 @@ <h2>{% trans %}Using this token{% endtrans %}</h2>
119
119
<p>{% trans href='/help#apitoken' %}For further instructions on how to use this token, <ahref="{{ href }}">visit the PyPI help page</a>.{% endtrans %}</p>
120
120
</section>
121
121
<hr>
122
-
{% endif %}
123
-
122
+
<ahref="." class="button">{% trans %}Add another token{% endtrans %}</a>
123
+
{% else %}
124
124
{{ form_error_anchor(create_macaroon_form) }}
125
125
<sectionid="add-token">
126
-
{% if serialized_macaroon %}
127
-
<h2>{% trans %}Add another token{% endtrans %}</h2>
0 commit comments