Skip to content

Commit 91cade3

Browse files
committed
Fix admin for notification channel choice
1 parent 0b35278 commit 91cade3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/open_inwoner/configurations/admin.py

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ class SiteConfigurationAdmin(OrderedInlineModelAdminMixin, SingletonModelAdmin):
232232
_("Notifications"),
233233
{
234234
"fields": (
235+
"enable_notification_channel_choice",
235236
"notifications_messages_enabled",
236237
"notifications_actions_enabled",
237238
"notifications_plans_enabled",

0 commit comments

Comments
 (0)