Skip to content

Commit

Permalink
Merge pull request #1650 from maykinmedia/demo-2025-03-04
Browse files Browse the repository at this point in the history
Demo fixups 2025-03-04
  • Loading branch information
swrichards authored Mar 4, 2025
2 parents 30a4725 + a72a0ed commit d6195b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/open_inwoner/openklant/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class ESuiteKlantConfigAdmin(OrderedInlineModelAdminMixin, SingletonModelAdmin):
"register_channel",
"register_employee_id",
"use_rsin_for_innNnpId_query_parameter",
"send_klantcontact_confirmation_email",
],
},
),
Expand Down
2 changes: 1 addition & 1 deletion src/open_inwoner/templates/pages/contactmoment/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load i18n anchor_menu_tags button_tags card_tags form_tags grid_tags icon_tags link_tags list_tags pagination_tags utils %}

{% block content %}
<h1 class="utrecht-heading-1" id="contactmomenten">{{ page_title }} ({{ contactmomenten|length }})</h1>
<h1 class="utrecht-heading-1" id="contactmomenten">{{ page_title }} ({{ questions|length }})</h1>

{% if contactmoment_contact_form_enabled %}
{# title + scroll down button #}
Expand Down

0 comments on commit d6195b2

Please sign in to comment.