Truncate strategy description

This commit is contained in:
Mark Veidemanis 2022-12-06 20:06:35 +00:00
parent 43caab5bf7
commit 15e00112af
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<tr>
<td>{{ item.id }}</td>
<td>{{ item.name }}</td>
<td>{{ item.description }}</td>
<td>{{ item.description|truncatechars:80 }}</td>
<td>{{ item.account }}</td>
<td>
{% if item.enabled %}