From 0d0b3b2e94005158d5466e6a804cc9ddb838ef47 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Tue, 11 Jul 2023 16:37:49 +0200 Subject: [PATCH] Update job edit template to increment key value for variables The code changes in this commit update the job edit template. Specifically, it adds a line of code to increment the key value for variables. This change allows for proper indexing and handling of variables in the template. --- templates/job/edit.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/job/edit.html.twig b/templates/job/edit.html.twig index db3c816..313e6fd 100644 --- a/templates/job/edit.html.twig +++ b/templates/job/edit.html.twig @@ -267,6 +267,7 @@ + {% set key = key + 1 %} {% endfor %} {% endif %}