commit 98ffc4055f2eebb3f1c986470e00ed1f6b0781f3 parent f0fe96107a404bcc617e5f9f63fe0090f570224b Author: Brennen T. Mazur <brennen@madis.cool> Date: Wed, 21 Dec 2022 12:31:07 -0700 removed antiquated layout file Diffstat:
D | templates/admin/layout.html.old | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/templates/admin/layout.html.old b/templates/admin/layout.html.old @@ -1,10 +0,0 @@ -{% extends 'base.html' %} - -{% block content %} - <section class="admin-grid"> - <!--functioncall checking role for admin. while loop return permissioned 'widgets' --> - {% include 'admin/roles/widget.html' %}<!--roles widget should allow role selection. role page should allow per user selection of permissions and add/"remove" user --> - {% include 'admin/reports/widget.html' %} <!-- graph/chart of funding for most recent projects. page allows selections of what to return for payroll etc. --> - {% include 'admin/agreements/widget.html' %} <!-- add modify organization agreements --> - </section> -{% endblock %}