Skip to content

Commit

Permalink
[#1969] Incorrect 'url' attribute was used for showing the open submi…
Browse files Browse the repository at this point in the history
…ssion, which points to the API endpoint instead of the location of the external form for the user
  • Loading branch information
alextreme committed Jan 9, 2024
1 parent 8b01101 commit c6781df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/templates/pages/cases/list_inner.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2 class="h2" id="cases">{{ page_title }} ({{ paginator.count }})</h2>
<div class="card__body">
<!-- submission cases -->
{% if case.case_type == "OpenSubmission" %}
<a href="{{ case.url }}" class="cases__link">
<a href="{{ case.vervolg_link }}" class="cases__link">
<p class="h4"><span class="link link__text">{{ case.naam }}</span></p>
{% render_list %}
<span class="case-list">
Expand Down

0 comments on commit c6781df

Please sign in to comment.