Skip to content

Commit d6195b2

Browse files
authored
Merge pull request #1650 from maykinmedia/demo-2025-03-04
Demo fixups 2025-03-04
2 parents 30a4725 + a72a0ed commit d6195b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/open_inwoner/openklant/admin.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class ESuiteKlantConfigAdmin(OrderedInlineModelAdminMixin, SingletonModelAdmin):
6868
"register_channel",
6969
"register_employee_id",
7070
"use_rsin_for_innNnpId_query_parameter",
71+
"send_klantcontact_confirmation_email",
7172
],
7273
},
7374
),

src/open_inwoner/templates/pages/contactmoment/list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% load i18n anchor_menu_tags button_tags card_tags form_tags grid_tags icon_tags link_tags list_tags pagination_tags utils %}
33

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

77
{% if contactmoment_contact_form_enabled %}
88
{# title + scroll down button #}

0 commit comments

Comments
 (0)