mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Trying to decouple this h1 from the templates folder structure
This commit is contained in:
@@ -456,7 +456,7 @@ class Service(JSONModel, SortByNameMixin):
|
||||
if folder_id is None:
|
||||
return {
|
||||
"id": None,
|
||||
"name": "Select or create a template",
|
||||
"name": "Templates",
|
||||
"parent_id": None,
|
||||
}
|
||||
return self._get_by_id(self.all_template_folders, folder_id)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
{% extends "withnav_template.html" %}
|
||||
|
||||
{% set page_title = 'Templates' %}
|
||||
{% set page_title = 'Select or create a template' %}
|
||||
|
||||
{% block service_page_title %}
|
||||
{{ page_title_folder_path(template_folder_path) }}
|
||||
|
||||
Reference in New Issue
Block a user