small fix: reorder the output of rates per period

This commit is contained in:
2021-01-30 22:01:38 +01:00
parent bb03e7f613
commit e473683bcd
+2 -2
View File
@@ -102,10 +102,10 @@
<h4>{{ g.label }}</h4>
<img src="/graph?crypto={{ c.crypto }}&fiat=EUR&{{g.period}}" loading="lazy"><br/>
Start: {{ g.startdate }} {{ g.startvalue|floatformat:0 }} EUR<br/>
Min: {{ g.mindate }} {{ g.minvalue|floatformat:0 }} EUR<br/>
Max: {{ g.maxdate }} {{ g.maxvalue|floatformat:0 }} EUR<br/>
Now: {{ g.curdate }} {{ g.curvalue|floatformat:0 }} EUR<br/>
Diff: {{ g.diffPercentage|floatformat:1 }} %<br/>
Min: {{ g.mindate }} {{ g.minvalue|floatformat:0 }} EUR<br/>
Max: {{ g.maxdate }} {{ g.maxvalue|floatformat:0 }} EUR<br/>
</div>
{% endfor %}
</div>