06/04 Optimize app

This commit is contained in:
2026-06-04 16:47:19 -04:00
parent e03eb26417
commit a8177fa24e
3 changed files with 49 additions and 8 deletions
+4
View File
@@ -15,6 +15,10 @@
<input class="form-control" value="{{ session['user']['username'] }}" disabled>
<small class="text-muted">Username cannot be changed. Contact an admin if needed.</small>
</div>
<div class="form-group">
<label class="form-label">Role</label>
<input class="form-control" value="{{ session['user']['role'] | capitalize }}" disabled>
</div>
<div class="form-group">
<label class="form-label">Full Name</label>
<input class="form-control" name="full_name"