where did all the rounding go?!

master
Konrad Mohrfeldt 14 years ago
parent b43c1df865
commit 3bfcd4ead7

Binary file not shown.

@ -17,7 +17,7 @@
<h1>Kasse</h1> <h1>Kasse</h1>
{% if user.is_authenticated %} {% if user.is_authenticated %}
{% include "main/navigation-login.html" %} {% 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 %} {% else %}
{% include "main/navigation.html" %} {% include "main/navigation.html" %}
{% endif %} {% endif %}

Loading…
Cancel
Save