From d0f3c18eec8b8cb62a11b163290746e680338702 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Tue, 12 Jan 2021 07:28:49 +0100 Subject: [PATCH] in the monitor view: only show todays USD rate once --- apps/monitor/templates/monitor.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/monitor/templates/monitor.html b/apps/monitor/templates/monitor.html index b29ab10..febac7d 100644 --- a/apps/monitor/templates/monitor.html +++ b/apps/monitor/templates/monitor.html @@ -36,12 +36,7 @@ {{ r.dateRelative }} {{ r.date|date:'Y-m-d' }} - {{ r.rateEUR|floatformat:0 }} EUR/{{ c.crypto }} - {% if r.rateUSD %} -
- {{ r.rateUSD|floatformat:0 }} USD/{{ c.crypto }} - {% endif %} - + {{ r.rateEUR|floatformat:0 }} EUR/{{ c.crypto }} {% if r.diffPercentage %} {{ r.diffPercentage|floatformat:1 }}% {% endif %}