diff --git a/core/templates/partials/strategy-list.html b/core/templates/partials/strategy-list.html index c330d96..dcc4ecc 100644 --- a/core/templates/partials/strategy-list.html +++ b/core/templates/partials/strategy-list.html @@ -21,7 +21,7 @@ {{ item.id }} {{ item.name }} - {{ item.description }} + {{ item.description|truncatechars:80 }} {{ item.account }} {% if item.enabled %}