From 507157782df4d66d7ca9bf8eca90133463b6c21e Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Mon, 28 Oct 2019 18:35:25 -0400 Subject: [PATCH] Truncate long card descriptions This is useful for bots like the Onion repeater that stuff whole articles into the description field. --- brutaldon/templates/main/toot_partial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 07486f6..3d0c2cb 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -87,7 +87,7 @@ -

{{ toot.card.description }}

+

{{ toot.card.description |truncatechars_html:500}}