From 22141cb17c8ae93fbb7417c87c3094a82d46a363 Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Mar 19 2019 15:41:48 +0000 Subject: Add a button to select/unselect all the ACLs Add a button to select/unselect all the ACLs when creating a new API token. Fixes #4359 --- diff --git a/pagure/templates/add_token.html b/pagure/templates/add_token.html index acf71fe..4b3f83d 100644 --- a/pagure/templates/add_token.html +++ b/pagure/templates/add_token.html @@ -35,7 +35,15 @@ {% endif %} {{ render_bootstrap_field( form.description, field_description="Small description of this API token") }} - +
+ {% for acl in acls %}