mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 14:48:24 -04:00
Add load org before request to allow current_org to be accessible from request context
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{% extends "org_template.html" %}
|
||||
|
||||
{% block per_page_title %}
|
||||
{{ organisation['name'] }}
|
||||
{{ current_org.name }}
|
||||
{% endblock %}
|
||||
|
||||
{% block service_page_title %}
|
||||
{{ organisation['name'] }}
|
||||
{{ current_org.name }}
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
{{ organisation['name'] }}
|
||||
{{ current_org.name }}
|
||||
</h1>
|
||||
<ul>
|
||||
{% for service in organisation_services %}
|
||||
|
||||
Reference in New Issue
Block a user