From 98d320cad34ed2defadeb4828a9d5d7690a06ffd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 31 2020 19:49:08 +0000 Subject: Show the ACL name in addition to the description when creating API tokens So in addition to the description of the ACL, we will now show the actual name of the ACL, which hopefully will help people when they meet documentation that says: create a token with the update_issue ACL. Relates to https://pagure.io/pagure/issue/4765 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/add_token.html b/pagure/templates/add_token.html index 02f5a80..bf8a571 100644 --- a/pagure/templates/add_token.html +++ b/pagure/templates/add_token.html @@ -44,7 +44,7 @@ {% endfor %}