From 42ba24c9f9e751038cb63cef45016d231915fefe Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 23 Feb 2022 16:05:08 +0100 Subject: Refactor selected clients drawing in commands Refactor duplicated code as a jinja macro. --- ogcp/templates/actions/delete_client.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ogcp/templates/actions/delete_client.html') diff --git a/ogcp/templates/actions/delete_client.html b/ogcp/templates/actions/delete_client.html index 0c793c1..ea46b4f 100644 --- a/ogcp/templates/actions/delete_client.html +++ b/ogcp/templates/actions/delete_client.html @@ -1,5 +1,6 @@ {% extends 'scopes.html' %} {% import "bootstrap/wtf.html" as wtf %} +{% import "macros.html" as macros %} {% block content %} @@ -9,11 +10,7 @@ {{ _('Delete %(ip_count)d client(s)', ip_count=ip_count) }} - +{{ macros.cmd_selected_clients(ip_list) }} {{ wtf.quick_form(form, action=url_for('action_client_delete'), -- cgit v1.2.3-18-g5258