diff --git a/basicswap/templates/explorers.html b/basicswap/templates/explorers.html index 5546d8a..a645522 100644 --- a/basicswap/templates/explorers.html +++ b/basicswap/templates/explorers.html @@ -43,7 +43,7 @@ {% include 'inc_messages.html' %} - + @@ -58,7 +58,7 @@ - Select + Select Explorer Action @@ -66,12 +66,19 @@ - - Select Explorer + + + + + + + + {% for e in explorers %} {{ e[1] }} {% endfor %} + @@ -127,7 +134,7 @@ - + {{ result }} @@ -151,4 +158,4 @@