in the monitor view: only show todays USD rate once

This commit is contained in:
2021-01-12 07:28:49 +01:00
parent 8b029464be
commit d0f3c18eec
+1 -6
View File
@@ -36,12 +36,7 @@
<tr>
<td>{{ r.dateRelative }}</td>
<td>{{ r.date|date:'Y-m-d' }}</td>
<td>{{ r.rateEUR|floatformat:0 }} EUR/{{ c.crypto }}
{% if r.rateUSD %}
<br/>
{{ r.rateUSD|floatformat:0 }} USD/{{ c.crypto }}
{% endif %}
</td>
<td>{{ r.rateEUR|floatformat:0 }} EUR/{{ c.crypto }}</td>
<td>{% if r.diffPercentage %}
{{ r.diffPercentage|floatformat:1 }}%
{% endif %}