where did all the rounding go?!
This commit is contained in:
parent
b43c1df865
commit
3bfcd4ead7
BIN
k4ever/k4ever.db
BIN
k4ever/k4ever.db
Binary file not shown.
|
@ -17,7 +17,7 @@
|
|||
<h1>Kasse</h1>
|
||||
{% if user.is_authenticated %}
|
||||
{% include "main/navigation-login.html" %}
|
||||
<span class="balance">Kontostand: {{ user.get_profile.balance }} €</span>
|
||||
<span class="balance">Kontostand: {{ user.get_profile.balance|floatformat:2 }} €</span>
|
||||
{% else %}
|
||||
{% include "main/navigation.html" %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue