switched to withnav_template for org_template, settings template

This commit is contained in:
Beverly Nguyen
2024-04-24 13:43:17 -07:00
parent 0d04347ffd
commit 3b82e136e0
27 changed files with 108 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
{% extends "org_template.html" %}
{% extends "withnav_template.html" %}
{% from "components/table.html" import list_table, row, field, hidden_field_heading %}
{% from "components/page-footer.html" import page_footer %}
{% from "components/live-search.html" import live_search %}