From 1b368059ed88437d4007417373024a325063d465 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 22 Jul 2021 09:57:17 -0400 Subject: trad: added delete button to things I'm watching --- app/trading/templates/trading/list.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/trading') diff --git a/app/trading/templates/trading/list.html b/app/trading/templates/trading/list.html index 5caa993..28e5c89 100644 --- a/app/trading/templates/trading/list.html +++ b/app/trading/templates/trading/list.html @@ -88,6 +88,9 @@ {% endif %} + + remove + {% endfor %} @@ -144,6 +147,9 @@ {% endif %} + {%if object.status == 2%} + remove + {% endif %} {% endfor %} -- cgit v1.2.3-70-g09d2