mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-15 02:13:39 -06:00
swath of changes to remove hidden "id" implementation in favor of hidden "role" RBAC implement
This commit is contained in:
@@ -117,7 +117,7 @@ Color = Bulma Color Type of the Message Box
|
||||
</a>
|
||||
<hr class="navbar-divider">
|
||||
{% if current_user.has_roles(['Hidden']) %}
|
||||
<a class="navbar-item" href="{{ get_hidden() }}">
|
||||
<a class="navbar-item" href="{{ url_for('hidden') }}">
|
||||
<span class="navbar-fa-icon fas fa-user-ninja"></span>
|
||||
Hidden
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user