mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-04 17:31:51 -05:00
Add title
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user