Added Roles & Capabilities page to user settings

Thanks @fsiddi for helping with the explanatory text.
This commit is contained in:
2018-01-25 12:25:16 +01:00
parent 0a0c47205f
commit 6a17949fdf
4 changed files with 50 additions and 0 deletions

View File

@@ -17,6 +17,13 @@
i.pi-vcard
| Profile
| {% endblock settings_sidebar_menu %}
| {% block settings_sidebar_menu_bottom %}
a(class="{% if title == 'roles' %}active{% endif %}",
href="{{ url_for('settings.roles') }}")
li
i.pi-cog
| Roles & Capabilities
| {% endblock settings_sidebar_menu_bottom %}
| {% endblock %}
#settings-container