Add atomic transaction in counters

This commit is contained in:
Skia
2016-07-22 01:19:04 +02:00
parent 1f3e186e27
commit 525d7e6709
2 changed files with 28 additions and 23 deletions

View File

@ -6,6 +6,7 @@
{% block infos %}
<h3>{% trans %}User account{% endtrans %}</h3>
<p>{% trans %}Amount: {% endtrans %}{{ customer.amount }} €</p>
<p>{{ customer.refillings.all() }}</p>
<p>{{ customer.buyings.all() }}</p>
{% endblock %}