Merge pull request #3093 from GSA/3088-org-dashboard---users-should-be-able-to-delete-service

add js delete function and css
This commit is contained in:
ccostino
2025-11-13 13:49:47 -05:00
committed by GitHub
4 changed files with 57 additions and 1 deletions

View File

@@ -70,7 +70,7 @@
</div>
{% if create_service_form %}
<div id="create-service-form" class="padding-3 radius-md margin-bottom-3">
<div id="create-service-form" class="padding-3 radius-md margin-bottom-3 bg-gray-5">
<h3 class="margin-top-0">Create a new service</h3>
<form method="post" action="{{ url_for('.organization_dashboard', org_id=current_org.id, action='create-service') }}">
<input type="hidden" name="csrf_token" value="{{ create_service_form.csrf_token._value() }}"/>