From 155e08e21f37ea3f1de4833a5a1067f2cd6d9788 Mon Sep 17 00:00:00 2001 From: vas3k Date: Tue, 4 Feb 2020 20:29:44 +0100 Subject: [PATCH] Remove smart_urlize from bio and footer --- templates/board.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/board.html b/templates/board.html index 580507a..43291a6 100644 --- a/templates/board.html +++ b/templates/board.html @@ -31,7 +31,7 @@ {% endif %} {% if board.curator_bio %} -
{{ board.curator_bio|smart_urlize|safe }}
+
{{ board.curator_bio|safe }}
{% endif %} @@ -103,7 +103,7 @@ {% if board %}