summaryrefslogtreecommitdiff
path: root/app/trading/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/trading/templates')
-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 %}