stc

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

commit cdf3604283e18f066d351778ef4921e320e19a4d
parent a4ade3256b65ddeaa016306c69a2c54ff6edc6e1
Author: Brennen T. Mazur <brennen@madis.cool>
Date:   Wed, 22 Feb 2023 16:37:08 -0700

fixed role page admin form clarity

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

diff --git a/app/templates/admin/roles/updateroles.html b/app/templates/admin/roles/updateroles.html @@ -28,7 +28,7 @@ <table> <tr> - <th>User Role</th> + <th>Admin Roles</th> {% for field in admnform %} <th>{{ field.label }}</th> {% endfor %}