add user bookmarks view

This commit is contained in:
2025-11-20 03:49:44 +03:00
parent b86e049263
commit 95decd9a56
4 changed files with 60 additions and 2 deletions

View File

@@ -20,6 +20,10 @@
•
<a href="{{ url_for('users.invite_links', username=user.username )}}">Invite to {{ config.SITE_NAME }}</a>
{% endif %}
{% if not user.is_guest() %}
&bullet;
<a href="{{ url_for('users.bookmarks', username=user.username) }}">Bookmarks</a>
{% endif %}
{% if user.is_mod() %}
&bullet;
<a href="{{ url_for("mod.user_list") }}">User list</a>