mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 16:54:03 -04:00
moved main_nav to components
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "/new/base.html" %}
|
||||||
|
|
||||||
{% block per_page_title %}
|
{% block per_page_title %}
|
||||||
{% block service_page_title %}{% endblock %} – {{ current_service.name }}
|
{% block service_page_title %}{% endblock %} – {{ current_service.name }}
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
<div class="grid-col-3">
|
<div class="grid-col-3">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% block sideNavigation %}
|
{% block sideNavigation %}
|
||||||
{% include "main_nav.html" %}
|
{% include "/new/components/main_nav.html" %}
|
||||||
<!-- include settings_nav.html for child templates that used settings_template -->
|
<!-- include settings_nav.html for child templates that used settings_template -->
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user