Skip to content

Commit

Permalink
💄 [#2289] Small refactor of profile sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Apr 18, 2024
1 parent 64f8f8b commit 46aee09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/templates/pages/profile/me.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2 class="h2 title" id="newsletters">{% trans "Nieuwsbrieven" %}</h2>
{% 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 %}
</form>
</section>
Expand Down

0 comments on commit 46aee09

Please sign in to comment.