From 15e00112af9a0f1c8716eddb1dfb8fa089c8e929 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 6 Dec 2022 20:06:35 +0000 Subject: [PATCH] Truncate strategy description --- core/templates/partials/strategy-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}