From 071c95b40ae029340dc8790a62421b7db445da93 Mon Sep 17 00:00:00 2001 From: Timothy Paustian Date: Wed, 28 Jun 2023 15:26:35 -0500 Subject: [PATCH] Status updated There was an error and the status needed to be 3 instead of 2 for the release. --- .../views/Admin/quickcheck_admin_examinequestions.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/Admin/quickcheck_admin_examinequestions.html.twig b/Resources/views/Admin/quickcheck_admin_examinequestions.html.twig index 476aa60..822cd62 100644 --- a/Resources/views/Admin/quickcheck_admin_examinequestions.html.twig +++ b/Resources/views/Admin/quickcheck_admin_examinequestions.html.twig @@ -43,9 +43,9 @@ {% endif %} {% if item.status is same as(3) %} - + {% else %} - + {% endif %}