Add myAccount view

This commit is contained in:
2018-02-13 08:38:17 +01:00
parent 679a831b7d
commit f952204606
5 changed files with 48 additions and 1 deletions

View File

@@ -50,7 +50,7 @@
{{ user.username }}
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="userMenu">
<!-- <a class="dropdown-item" href="#">My account</a> -->
<a class="dropdown-item" href="{% url 'billard:my_account' %}">My account</a>
<a class="disabled dropdown-item" href="#">{% settings_value "PRODUCT_VERSION" %}</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="{% url 'logout' %}">Log out</a>