From 5aac60a7ee26ea8255c4cf56520a257e908e1ae4 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 2 Dec 2022 07:20:37 +0000 Subject: [PATCH] Remove some useless buttons --- core/templates/partials/notify.html | 12 +++++++----- core/templates/partials/position-list.html | 17 ++++++++++++----- core/templates/partials/strategy-list.html | 4 ++-- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/core/templates/partials/notify.html b/core/templates/partials/notify.html index fb0587a..fcf970b 100644 --- a/core/templates/partials/notify.html +++ b/core/templates/partials/notify.html @@ -1,5 +1,7 @@ -{% if message is not None %} -
- {{ message }} -
-{% endif %} +
+ {% if message is not None %} +
+ {{ message }} +
+ {% endif %} +
\ No newline at end of file diff --git a/core/templates/partials/position-list.html b/core/templates/partials/position-list.html index 3bcfeac..88584a9 100644 --- a/core/templates/partials/position-list.html +++ b/core/templates/partials/position-list.html @@ -1,5 +1,11 @@ {% include 'partials/notify.html' %} - +
@@ -36,7 +42,7 @@
account asset{{ item.trade_ids|length }}
- + --> - {% if type == 'page' %} +