mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Merge pull request #2984 from alphagov/fix-double-heading-letter-branding
Fix duplicated H1 on ‘New letter branding’ page
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
{% block platform_admin_content %}
|
||||
|
||||
<h1 class="heading-large">{{ '{} letter branding'.format('Update' if is_update else 'Add')}}</h1>
|
||||
{{ page_header(
|
||||
'{} letter branding'.format('Update' if is_update else 'Add'),
|
||||
back_link=url_for('main.letter_branding')
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<div class="bottom-gutter-1-2">
|
||||
<h1 class="heading-large">Choose a template</h1>
|
||||
{{ folder_path(template_folder_path, current_service.id, template_type, current_user) }}
|
||||
{{ folder_path(template_folder_path, current_service.id, template_type, current_user, root_element='h2') }}
|
||||
</div>
|
||||
|
||||
{% if not templates_and_folders.templates_to_show %}
|
||||
|
||||
Reference in New Issue
Block a user