mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Fix double back link
This commit is contained in:
@@ -46,10 +46,7 @@
|
|||||||
<div class="govuk-grid-row">
|
<div class="govuk-grid-row">
|
||||||
{% if credentials %}
|
{% if credentials %}
|
||||||
<div class="govuk-grid-column-five-sixths">
|
<div class="govuk-grid-column-five-sixths">
|
||||||
{{ page_header(
|
{{ page_header(page_title) }}
|
||||||
page_title,
|
|
||||||
back_link=url_for('.user_profile')
|
|
||||||
) }}
|
|
||||||
<div class="body-copy-table">
|
<div class="body-copy-table">
|
||||||
{% call mapping_table(
|
{% call mapping_table(
|
||||||
caption=page_title,
|
caption=page_title,
|
||||||
|
|||||||
Reference in New Issue
Block a user