add mod panel view

This commit is contained in:
2025-11-27 15:28:17 +03:00
parent 4d88b5c24c
commit fc9ae63471
4 changed files with 19 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<li><a href="{{ url_for('users.bookmarks', username=user.username) }}">Bookmarks</a></li>
{% endif %}
{% if user.is_mod() %}
<li><a href="{{ url_for("mod.user_list") }}">User list</a></li>
<li><a href="{{ url_for("mod.panel") }}">Moderation</a></li>
{% endif %}
</ul>
{% endwith %}