From 46aee09d0f380fd8b1b06d091925e07529ea4714 Mon Sep 17 00:00:00 2001 From: Jiro Ghianni Date: Thu, 18 Apr 2024 10:00:33 +0200 Subject: [PATCH] :lipstick: [#2289] Small refactor of profile sections --- src/open_inwoner/templates/pages/profile/me.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open_inwoner/templates/pages/profile/me.html b/src/open_inwoner/templates/pages/profile/me.html index 734d8a6ed4..aedaf0d920 100644 --- a/src/open_inwoner/templates/pages/profile/me.html +++ b/src/open_inwoner/templates/pages/profile/me.html @@ -127,7 +127,7 @@

{% trans "Nieuwsbrieven" %}

{% endwith %} {% button_row %} - {% button text=_("Abonneren") type="submit" icon="format_list_bulleted" icon_position="before" icon_outlined=True extra_classes="button--primary" name="newsletter-submit" %} + {% button text=_("Abonneren") type="submit" icon_position="before" icon_outlined=True extra_classes="button--primary" name="newsletter-submit" %} {% endbutton_row %}