revert extends

This commit is contained in:
Beverly Nguyen
2024-03-25 15:32:27 -07:00
parent 05563a7051
commit 4af4fecd45
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{% extends "/new/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 "/new/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 "/new/base.html" %}
{% extends "admin_template.html" %}
{% from "components/components/button/macro.njk" import usaButton %}
{% block meta %}

View File

@@ -1,4 +1,4 @@
{% extends "/new/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 "/new/base.html" %}
{% extends "admin_template.html" %}
{% set mainClasses = "margin-top-5 padding-bottom-5" %}