mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 09:29:14 -04:00
changed page title and h1 on choose.html
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
service_id,
|
||||
template_type,
|
||||
current_user,
|
||||
link_current_item=False,
|
||||
root_element='h2'
|
||||
link_current_item=False
|
||||
) %}
|
||||
<{{ root_element }} class="font-body-lg folder-heading margin-bottom-0"{% if root_element == 'h1' %} id="page-header"{% endif %}>
|
||||
|
||||
<nav class="navigation-service usa-breadcrumb padding-top-0">
|
||||
{% for folder in folders %}
|
||||
{% if loop.last and not link_current_item %}
|
||||
{% if folder.template_type or not folder.id %}
|
||||
@@ -27,7 +27,7 @@
|
||||
{% if not loop.last %}{{ folder_path_separator() }}{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</{{ root_element }}>
|
||||
</nav>
|
||||
{% endmacro %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user