improved comparison text

This commit is contained in:
2025-02-14 16:20:45 +11:00
parent d0124213fc
commit 926cee9a6c

View File

@@ -120,7 +120,7 @@
<div class="alert alert-success">Super kicks in!!!</div>
{% endif %}
{% if COMP %}
<div style="width:168px" class="alert alert-info">Note: The blue $ figure above is the final value of compared to set. Hover over blue labels above to see what compared to value was</div>
<div style="width:168px" class="alert alert-info">Note: {{ '$%0.2f' % COMP['amount']|float }} is the final value of the compared to data. Hover over blue labels above to see what compared to values differed</div>
{% endif %}
</div>