Skip to content

Commit

Permalink
[#1986] Re-applying patch from v1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Jan 9, 2024
1 parent 9303820 commit 270a573
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/open_inwoner/templates/pages/profile/me.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ <h2 class="h2 title" id="overview">{% trans "Voorkeuren voor meldingen" %}
</div>
</section>

{% if view.config.mentors or view.config.my_contacts or view.config.actions or view.config.ssd or view.config.selfdiagnose %}
{# Overview #}
<section class="profile-section profile-section__overview">
<h2 class="h2 title" id="profile-overview">{% trans "Overzicht" %}</h2>
Expand Down Expand Up @@ -237,7 +238,8 @@ <h2 class="h2 title" id="profile-overview">{% trans "Overzicht" %}</h2>

</div> {# End of cards container #}
</section>

{% endif %}

<section class="tabled profile-section profile-section--bordered">
<div class="tabled__section">
<h2 class="h2 title" id="overview">{% trans "Profiel verwijderen" %}</h2></div>
Expand Down

0 comments on commit 270a573

Please sign in to comment.