link-service-to-organisations-tweaks

This commit is contained in:
chrisw
2018-02-14 16:13:11 +00:00
parent dd2231056d
commit 14b80622b7
13 changed files with 62 additions and 46 deletions

View File

@@ -4,7 +4,7 @@
{{ current_org.name }}
{% endblock %}
{% block service_page_title %}
{% block org_page_title %}
{{ current_org.name }}
{% endblock %}

View File

@@ -6,7 +6,7 @@
Update an organisation
{% endblock %}
{% block service_page_title %}
{% block org_page_title %}
Update an organisation
{% endblock %}

View File

@@ -1,6 +1,6 @@
{% extends "org_template.html" %}
{% block service_page_title %}
{% block org_page_title %}
Team members
{% endblock %}