diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index 33925c5..4bdb9ac 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -208,134 +208,7 @@ {% endif %}
- API keys are tokens used to authenticate you on pagure. They can also - be used to grant access to 3rd party application to behave on this - project on your name. -
-- These are your personal tokens; they are not visible to the other - admins of this repository. -
-- These keys are valid for 60 days. -
-- These keys are private to your project, make sure to store in a safe - place and do not share it. -
- {% if repo.tokens %} - {% for token in repo.tokens %} - {% if token.user.username == g.fas_user.username %} -+ API keys are tokens used to authenticate you on pagure. They can also + be used to grant access to 3rd party application to behave on this + project on your name. +
++ These are your personal tokens; they are not visible to the other + admins of this repository. +
++ These keys are valid for 60 days. +
++ These keys are private to your project, make sure to store in a safe + place and do not share it. +
+ {% if repo.tokens %} + {% for token in repo.tokens %} + {% if token.user.username == g.fas_user.username %} +