06/04 Optimize app
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user