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' %} +