diff --git a/basicswap/static/images/coins/Doge-20.png b/basicswap/static/images/coins/Doge-20.png new file mode 100644 index 0000000..20b86aa Binary files /dev/null and b/basicswap/static/images/coins/Doge-20.png differ diff --git a/basicswap/static/images/coins/Doge.png b/basicswap/static/images/coins/Doge.png new file mode 100644 index 0000000..308eb40 Binary files /dev/null and b/basicswap/static/images/coins/Doge.png differ diff --git a/basicswap/static/images/coins/Veil-20.png b/basicswap/static/images/coins/Veil-20.png deleted file mode 100644 index 1c9933d..0000000 Binary files a/basicswap/static/images/coins/Veil-20.png and /dev/null differ diff --git a/basicswap/static/images/coins/Veil.png b/basicswap/static/images/coins/Veil.png deleted file mode 100644 index 858664d..0000000 Binary files a/basicswap/static/images/coins/Veil.png and /dev/null differ diff --git a/basicswap/templates/bids.html b/basicswap/templates/bids.html index 3a6c5cc..05b71b2 100644 --- a/basicswap/templates/bids.html +++ b/basicswap/templates/bids.html @@ -193,10 +193,15 @@ -
+
PTX Status
+ +
+ Details +
+ @@ -225,6 +230,15 @@ {{ b[3] }} {{ b[4] }} {{ b[5] }} + {% if page_type_received or page_type_sent %} + + Details + + {% elif page_type_available %} + + Accept + + {% endif %} {% endfor %} @@ -235,7 +249,7 @@
-
+
+
{% if data.sent %}
diff --git a/basicswap/templates/offer_new_1.html b/basicswap/templates/offer_new_1.html index 90507be..d5a0e89 100644 --- a/basicswap/templates/offer_new_1.html +++ b/basicswap/templates/offer_new_1.html @@ -449,6 +449,7 @@
+