summaryrefslogtreecommitdiff
path: root/app/trading
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2021-07-22 10:08:13 -0400
committerluxagraf <sng@luxagraf.net>2021-07-22 10:08:13 -0400
commit5c37c5fd754e39dc67bbd9172ef2454ebe666120 (patch)
treeff24f3cbabaf80fffe989428c0e8eb738299654f /app/trading
parent1b368059ed88437d4007417373024a325063d465 (diff)
trad: changed delete button to no set symbol
Diffstat (limited to 'app/trading')
-rw-r--r--app/trading/templates/trading/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/trading/templates/trading/list.html b/app/trading/templates/trading/list.html
index 28e5c89..7694583 100644
--- a/app/trading/templates/trading/list.html
+++ b/app/trading/templates/trading/list.html
@@ -89,7 +89,7 @@
{% endif %}
</td>
<td>
- <a href="https://live.luxagraf.net/admin/trading/luxtrade/{{object.pk}}/delete/">remove</a>
+ <a class="btn" href="https://live.luxagraf.net/admin/trading/luxtrade/{{object.pk}}/delete/">&#8709;</a>
</td>
</tr>
{% endfor %}
@@ -148,7 +148,7 @@
{% endif %}
</td>
{%if object.status == 2%}<td>
- <a href="https://live.luxagraf.net/admin/trading/luxoptionstrade/{{object.pk}}/delete/">remove</a>
+ <a href="https://live.luxagraf.net/admin/trading/luxoptionstrade/{{object.pk}}/delete/">&#8709;</a>
</td>{% endif %}
</tr>
{% endfor %}