Add title

This commit is contained in:
Ken Tsang
2018-02-08 15:41:31 +00:00
parent f0e8661e34
commit d4c6491c93
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
{% from "components/page-footer.html" import page_footer %}
{% from "components/textbox.html" import textbox, colour_textbox %}
{% block per_page_title %}
{{ '{} an organisations'.format('Update' if organisation else 'Create')}}
{% endblock %}
{% block service_page_title %}
{{ '{} an organisations'.format('Update' if organisation else 'Create')}}
{% endblock %}

View File

@@ -1,6 +1,10 @@
{% extends "views/platform-admin/_base_template.html" %}
{% from "components/page-footer.html" import page_footer %}
{% block per_page_title %}
Show organisations
{% endblock %}
{% block service_page_title %}
Show organisations
{% endblock %}