mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 14:49:49 -04:00
moved main_nav to components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends "/new/base.html" %}
|
||||
{% extends "admin_template.html" %}
|
||||
|
||||
{% block per_page_title %}
|
||||
{% block service_page_title %}{% endblock %} – {{ current_service.name }}
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
{% block main %}
|
||||
<div class="grid-container">
|
||||
{% include "new/components/service_navigation.html" %}
|
||||
{% include "service_navigation.html" %}
|
||||
<div class="grid-row margin-top-5">
|
||||
{% if help %}
|
||||
<div class="tablet:grid-col-3">
|
||||
|
||||
Reference in New Issue
Block a user