From 6498126b87d9904365b95a6f7a0f9b6869491023 Mon Sep 17 00:00:00 2001 From: Sam Splunks <72095718+samsplunks@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:20:08 +0100 Subject: [PATCH] Forgot {% endif %} line while pasting code --- helpdesk/templates/helpdesk/public_view_ticket.html | 1 + 1 file changed, 1 insertion(+) diff --git a/helpdesk/templates/helpdesk/public_view_ticket.html b/helpdesk/templates/helpdesk/public_view_ticket.html index 8c1dac4a..3c3467a7 100644 --- a/helpdesk/templates/helpdesk/public_view_ticket.html +++ b/helpdesk/templates/helpdesk/public_view_ticket.html @@ -124,6 +124,7 @@ {% endwith %} {% endfor %} + {% endif %}