Mar 02 2026: implement user's profile page

This commit is contained in:
2026-03-02 16:59:23 -05:00
parent 7e12d519c1
commit 90ea135917
4 changed files with 308 additions and 2 deletions
+7
View File
@@ -139,6 +139,13 @@
<i class="bi bi-person-circle"></i> {{ current_user.username }}
</a>
<ul class="dropdown-menu dropdown-menu-end">
<li>
<a class="dropdown-item"
href="{{ url_for('auth.profile') }}">
<i class="bi bi-person-circle me-1"></i>My Profile
</a>
</li>
<li><hr class="dropdown-divider"></li>
<li>
<a class="dropdown-item"
href="{{ url_for('notifications.preferences') }}">