moved footer and head to base.html

This commit is contained in:
Beverly Nguyen
2024-03-25 15:26:12 -07:00
parent db5c259818
commit 05563a7051
9 changed files with 21 additions and 156 deletions

View File

@@ -1,4 +1,4 @@
{% extends "admin_template.html" %}
{% extends "/new/base.html" %}
{% set mainClasses = "margin-top-5 padding-bottom-5" %}