From 9d98cf0423e7fa0e74bc06ae8d47c9d4896564c1 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Fri, 30 Jul 2021 12:15:29 +0200 Subject: Add "Delete center" action Creates "delete center" form with a select to choose a center to delete. Adds a new button in the scopes view. Because scopes checkboxes values maps to ips the only way to specify the center to delete is in the delete center form itself, using a select input. --- ogcp/templates/scopes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates') diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html index 07d9b7f..8ab30c0 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -26,4 +26,6 @@ form="scopesForm" formaction="{{ url_for('action_client_delete') }}" formmethod="post"> + {% endblock %} -- cgit v1.2.3-18-g5258