stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

commit f08b97c34262d5dae888822440ec0af8b9ef900d
parent fd6cda13303a1336ebeccf36059081f7d6dc6d1b
Author: Brennen T. Mazur <brennen@madis.cool>
Date:   Fri, 31 Mar 2023 11:36:14 -0600

fix layout for payperiod report pg

Diffstat:
Mapp/templates/admin/reports/pay_period_report.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/templates/admin/reports/pay_period_report.html b/app/templates/admin/reports/pay_period_report.html @@ -5,7 +5,7 @@ {% block content %} <section class="admin-grid"> <!-- returned values from admin check is array of permissive ACCESS else return 'missing permissions response' --> - {%- for x in ['reports','pay_period_report','roles','users'] %} + {%- for x in ['pay_period_report','reports','roles','users'] %} {% include 'admin/'~x~'/widget.html' %} {%- else-%} {{ 'You do not have permission to access this page' }}