1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-28 20:33:00 +02:00

Merge branch 'master' of gitlab.crans.org:bde/nk20

This commit is contained in:
Pierre-antoine Comby
2020-02-03 19:30:15 +01:00
3 changed files with 12 additions and 13 deletions

View File

@ -1,4 +1,4 @@
{% load static i18n static %}
{% load static i18n pretty_money static %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
@ -62,7 +62,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% if user.is_authenticated %}
<li class="dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-user"></i> {{ user.username }}
<i class="fa fa-user"></i> {{ user.username }} ({{ user.note.balance | pretty_money }})
</a>
<div class="dropdown-menu dropdown-menu-right"
aria-labelledby="navbarDropdownMenuLink">