From df25ec62a863d05f5c16584cd1344011a3d66a0f Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Thu, 29 Jul 2021 14:17:55 +0200 Subject: Add "Delete client" action Adds a new button in the scopes view. This action handles clients deletion on one or multiple scopes. Users must select clients using the scopes tree. --- ogcp/templates/scopes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates/scopes.html') diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html index 934177f..07d9b7f 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -22,6 +22,8 @@ form="scopesForm" formaction="{{ url_for('action_room_add') }}" formmethod="get"> + {% endblock %} -- cgit v1.2.3-18-g5258