diff --git a/basicswap/templates/active.html b/basicswap/templates/active.html index 9ee5c96..36ff1d0 100644 --- a/basicswap/templates/active.html +++ b/basicswap/templates/active.html @@ -46,7 +46,7 @@ - Refresh {{ refresh }} seconds + Refresh 30 seconds 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] }}