From 4bcf88b9ee0894bae40bfa160ff2a976b4a8278d Mon Sep 17 00:00:00 2001 From: Md Bayazid Bostame Date: Mon, 30 Mar 2026 12:52:30 +0200 Subject: [PATCH] fix: confirm single request actions on buttons --- .../workflows/templates/workflows/requests_dashboard.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/workflows/templates/workflows/requests_dashboard.html b/backend/workflows/templates/workflows/requests_dashboard.html index db974fc..2711e92 100644 --- a/backend/workflows/templates/workflows/requests_dashboard.html +++ b/backend/workflows/templates/workflows/requests_dashboard.html @@ -267,15 +267,15 @@ {% trans "Timeline" %} {% endif %} {% if can_retry_requests and row.status_key == 'failed' %} -
+ {% csrf_token %} - +
{% endif %} {% if can_delete_requests %} -
+ {% csrf_token %} - +
{% endif %}