From 3e20abac2f8812b1d781fa6caa26db8c2265fcd2 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 12 Jun 2023 22:44:31 +0800 Subject: [PATCH] economic settings show countries --- templates/index.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2df4187..6a9217a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1756,19 +1756,11 @@
@@ -6763,6 +6755,9 @@ id="economic-list" class="display-features-list text-white symbol-list" > + {% for f in economic_settings.countries %} +
  • {{f}}
  • + {% endfor%}