Fix organization contest bug and add Bookmarks on dropdown list

This commit is contained in:
anhkha2003 2024-05-29 14:00:35 -05:00
parent c6acfa5e05
commit 9e3ee64a98
6 changed files with 212 additions and 187 deletions

View file

@ -204,6 +204,9 @@
<div class="dropdown-item">{{ _('Stats') }}</div>
</a>
{% endif %}
<a href="{{ url('user_bookmark') }}">
<div class="dropdown-item">{{ _('Bookmarks') }}</div>
</a>
<a href="{{ url('user_edit_profile') }}">
<div class="dropdown-item">{{ _('Edit profile') }}</div>
</a>