From 6a3af517851d593ce63e3c740c9f0c39b2cfcaba Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Sat, 25 Jun 2016 16:10:30 +0200 Subject: [PATCH] Add a confirmation modal when regenerating keys --- admin/freeposte/admin/templates/domain/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/freeposte/admin/templates/domain/details.html b/admin/freeposte/admin/templates/domain/details.html index 73fa3c80..e6833b45 100644 --- a/admin/freeposte/admin/templates/domain/details.html +++ b/admin/freeposte/admin/templates/domain/details.html @@ -10,7 +10,7 @@ Domain details {% block main_action %} {% if current_user.global_admin %} -Regenerate keys +Regenerate keys {% endif %} {% endblock %}