mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 23:55:52 +00:00
Users CRUD
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-dark"
|
||||
aria-labelledby="navbarDarkDropdownMenuLink">
|
||||
{% if current_user.admin %}{{ render_nav_item('main.users', 'Users') |safe }}{% endif %}
|
||||
{{ render_nav_item('main.logout', 'Logout') |safe }}
|
||||
</ul>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user