From 0245cc3683da9e65afa1551a10dc9e80b4273a0e Mon Sep 17 00:00:00 2001 From: lxf Date: Fri, 18 Feb 2022 12:34:34 -0500 Subject: trad: added green/red to stock list --- app/trading/templates/trading/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/trading') diff --git a/app/trading/templates/trading/list.html b/app/trading/templates/trading/list.html index 909d2c4..0fdc03d 100644 --- a/app/trading/templates/trading/list.html +++ b/app/trading/templates/trading/list.html @@ -239,8 +239,8 @@ Total Invested $ at Risk $ Goal - Realized $ Realized % + Realized $ Notes @@ -256,8 +256,8 @@ ${{object.amount_invested}} ${{object.risk_dollars}} ${{object.goal_dollars}} - ${{object.realized_dollars}} {{object.realized_percent}} + 0 %}class="money"{%elif object.realized_dollars < 0 %}class="nomoney"{%endif%}>${{object.realized_dollars|floatformat:2}} {% if object.notes %}
-- cgit v1.2.3-70-g09d2