Skip to content

Commit

Permalink
💄 Remove duplicate heading on case list
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Nov 2, 2023
1 parent 88ae2db commit dc0565a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/open_inwoner/templates/pages/cases/list_inner.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% load link_tags button_tags i18n grid_tags icon_tags list_tags pagination_tags utils %}

<h2 class="h2" id="cases">{% trans "Mijn aanvragen" %}</h2>
<h2 class="h2" id="cases">{{ page_title }} ({{ paginator.count }})</h2>
<p class="cases__title_text">{{ title_text }}</p>

Expand Down

0 comments on commit dc0565a

Please sign in to comment.