From 6a2df47b40f46d84e7b86365264f81d7735357d2 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Tue, 28 Jul 2020 18:41:27 +0200 Subject: [PATCH] Truncated description a little more to prevent overflow. --- source/lostplaces/lostplaces_app/templates/placeList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lostplaces/lostplaces_app/templates/placeList.html b/source/lostplaces/lostplaces_app/templates/placeList.html index 1678507..898a06e 100644 --- a/source/lostplaces/lostplaces_app/templates/placeList.html +++ b/source/lostplaces/lostplaces_app/templates/placeList.html @@ -16,7 +16,7 @@

{{place.location}}

- {{place.description|truncatechars:250|truncatewords:-1}} + {{place.description|truncatechars:210|truncatewords:-1}}