From 36716cf5a971811019280614f8d6ea68c91cdba8 Mon Sep 17 00:00:00 2001 From: Benedict Börger Date: Sat, 27 Apr 2019 22:03:20 +0200 Subject: [web_frontend] adapt URLs to be ablte to address spefic accounts --- templates/asset.html.tera | 2 +- templates/chart.html.tera | 8 ++++---- templates/transaction.html.tera | 9 ++++----- 3 files changed, 9 insertions(+), 10 deletions(-) (limited to 'templates') diff --git a/templates/asset.html.tera b/templates/asset.html.tera index bd0e5b9..9e768d7 100644 --- a/templates/asset.html.tera +++ b/templates/asset.html.tera @@ -57,7 +57,7 @@ {% set amount_sum = 0 %} {% for account in accounts %} - {{ account.name }} + {{ account.name }} {{ account.category }} {% if account.balance >= 0 %} {{ account.balance | round(method="common", precision=2)}} diff --git a/templates/chart.html.tera b/templates/chart.html.tera index 64cb9b3..50adbef 100644 --- a/templates/chart.html.tera +++ b/templates/chart.html.tera @@ -44,9 +44,9 @@ {{ account_name }}