From c6781df7cf3930999bf9303d2caed48c600fbb35 Mon Sep 17 00:00:00 2001 From: Alex de Landgraaf Date: Wed, 3 Jan 2024 18:12:35 +0100 Subject: [PATCH] [#1969] Incorrect 'url' attribute was used for showing the open submission, which points to the API endpoint instead of the location of the external form for the user --- src/open_inwoner/templates/pages/cases/list_inner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open_inwoner/templates/pages/cases/list_inner.html b/src/open_inwoner/templates/pages/cases/list_inner.html index d900ef770f..66c269db7e 100644 --- a/src/open_inwoner/templates/pages/cases/list_inner.html +++ b/src/open_inwoner/templates/pages/cases/list_inner.html @@ -16,7 +16,7 @@

{{ page_title }} ({{ paginator.count }})

{% if case.case_type == "OpenSubmission" %} - +

{{ case.naam }}

{% render_list %}