diff --git a/nummi/main/templates/main/plot/history.html b/nummi/main/templates/main/plot/history.html index 73c80d4..4eb48ae 100644 --- a/nummi/main/templates/main/plot/history.html +++ b/nummi/main/templates/main/plot/history.html @@ -3,6 +3,7 @@
{{ "expand-up-down"|remix }} | {% translate "Month" %} | {% translate "Expenses" %} | {% translate "Income" %} | @@ -19,6 +21,9 @@ {% spaceless %} {% for date in history.data %}||
---|---|---|---|---|---|
+ + | {{ date.month|date:"Y-m" }} | {{ date.sum_m|pmrvalue }} |