diff --git a/basicswap/templates/active.html b/basicswap/templates/active.html index 9ee5c96..fcba481 100644 --- a/basicswap/templates/active.html +++ b/basicswap/templates/active.html @@ -46,7 +46,7 @@ - Refresh {{ refresh }} seconds + Refresh 30 seconds {% else %} @@ -106,10 +106,10 @@ {% for s in active_swaps %} - {{ s[0] }} + {{ s[0]|truncate(50,true,'...',0) }} - {{ s[1] }} + {{ s[1]|truncate(50,true,'...',0) }} {{ s[2] }} {{ s[3] }} @@ -129,4 +129,4 @@ {% include 'footer.html' %}