Skip to content

Commit

Permalink
[#2081] Removed breadcrumb-placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Feb 20, 2024
1 parent c9cf858 commit 3f29cb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions src/open_inwoner/templates/pages/profile/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
{% load i18n l10n grid_tags form_tags anchor_menu_tags icon_tags button_tags %}

{% block sidebar_content %}
<div class="profile-nav">
{% icon icon="west" icon_position="before" outlined=True %}
<p class="profile-nav__content">Terug naar {% button href="profile:detail" text=_("mijn gegevens") transparent=True %}</p>
</div>
{% anchor_menu anchors=anchors desktop=True %}
{% endblock sidebar_content %}

{% block extra_head %}
Expand Down Expand Up @@ -53,7 +50,7 @@ <h1 class="h1" id="title">
{% endwith %}
<div class="form__actions form__actions--fullwidth">
{% button text="Sla wijzigingen op" primary=True type="submit" form_id="profile-edit" %}
{% button href="profile:detail" icon="west" text=_("Terug naar Mijn gegevens") icon_outlined=True transparent=True %}
{% button href="profile:detail" icon="west" text=_("Terug naar Mijn profiel") icon_outlined=True transparent=True %}
</div>
{% endrender_form %}

Expand Down
7 changes: 2 additions & 5 deletions src/open_inwoner/templates/pages/profile/mydata.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{% extends 'master.html' %}
{% load i18n l10n link_tags dropdown_tags icon_tags button_tags %}
{% load i18n l10n link_tags anchor_menu_tags dropdown_tags icon_tags button_tags %}

{% block sidebar_content %}
<div class="profile-nav">
{% icon icon="west" icon_position="before" outlined=True %}
<p class="profile-nav__content">Terug naar {% button href="profile:detail" text=_("mijn gegevens") transparent=True %}</p>
</div>
{% anchor_menu anchors=anchors desktop=True %}
{% endblock sidebar_content %}

{% block content %}
Expand Down

0 comments on commit 3f29cb5

Please sign in to comment.