mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 11:18:25 -04:00
org_nav
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 org_page_title %}{% endblock %} – {{ current_org.name }}
|
{% block org_page_title %}{% endblock %} – {{ current_org.name }}
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="grid-col-3">
|
<div class="grid-col-3">
|
||||||
{% include "org_nav.html" %}
|
{% include "/new/components/org_nav.html" %}
|
||||||
</div>
|
</div>
|
||||||
<div class="grid-col-9">
|
<div class="grid-col-9">
|
||||||
{% block beforeContent %}
|
{% block beforeContent %}
|
||||||
|
|||||||
Reference in New Issue
Block a user