From b615240a48e38dc9cc64450bbe69d3d3a712c7b4 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 10 Jul 2023 16:20:33 +0800 Subject: [PATCH] get stock and cyrpto symbol --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index d4945fe..4e96bba 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1762,7 +1762,7 @@ id="stocks-features" class="display-features-list text-white symbol-list"> {% for f in stocks_settings.symbols %} -
  • {{f}}
  • +
  • {{f}}
  • {% endfor%} @@ -2279,7 +2279,7 @@ {% for f in crypto_settings.symbols %} -
  • {{f}}
  • +
  • {{f}}
  • {% endfor%}