add basic profile page
This commit is contained in:
parent
3cce57695d
commit
a0c32890a9
5 changed files with 32 additions and 4 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<i class="fa fa-user-circle"> {{ user.username }}</i>
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
|
||||
<a class="dropdown-item" href="#"> <i class="fa fa-user"></i> Mon compte </a>
|
||||
<a class="dropdown-item" href="{% url 'member:user_detail' pk=user.profile.pk %}"> <i class="fa fa-user"></i> Mon compte </a>
|
||||
<a class="dropdown-item" href="{% url 'logout' %}">
|
||||
<i class="fa fa-sign-out"></i>
|
||||
Se déconnecter</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue