Fix organization contest bug and add Bookmarks on dropdown list (#113)
This commit is contained in:
parent
c6acfa5e05
commit
796a670cd7
6 changed files with 212 additions and 187 deletions
|
@ -8,7 +8,7 @@
|
|||
{{ make_tab('impersonate', 'fa-eye', url('impersonate-start', user.user.id), _('Impersonate')) }}
|
||||
{% endif %}
|
||||
{% if user.user == request.user %}
|
||||
{{ make_tab('bookmark', 'fa-bookmark', url('user_bookmark'), _('Bookmark')) }}
|
||||
{{ make_tab('bookmark', 'fa-bookmark', url('user_bookmark'), _('Bookmarks')) }}
|
||||
{{ make_tab('edit', 'fa-edit', url('user_edit_profile'), _('Edit profile')) }}
|
||||
{% else %}
|
||||
{% if perms.auth.change_user %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue