mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-15 12:13:44 -06:00
swath of changes to remove hidden "id" implementation in favor of hidden "role" RBAC implement
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{% extends '/dashboard/dashboard_base.html' %}
|
||||
{% set dashboard_home_active = True %}
|
||||
{% block dashboard_body %}
|
||||
<section></section>
|
||||
<section>
|
||||
<h1>Roles</h1>
|
||||
{% for role in current_user.get_roles() %}
|
||||
<b>{{ role }}</b><br>
|
||||
{% endfor %}
|
||||
</section>
|
||||
{% endblock dashboard_body %}
|
||||
Reference in New Issue
Block a user