fixed file name

This commit is contained in:
Beverly Nguyen
2024-04-24 13:53:28 -07:00
parent 3b82e136e0
commit 04f1f6244c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "admin_template.html" %}
{% block per_page_title %}
{% block org_page_title %}{% endblock %} {{ current_org.name }}

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "admin_template.html" %}
{% block per_page_title %}
{% block service_page_title %}{% endblock %} {{ current_service.name }}

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "admin_template.html" %}
{% from "components/components/button/macro.njk" import usaButton %}
{% block meta %}