From 560037780f9312cb9ffdfdfacce4fca23f31af97 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen Date: Wed, 21 Apr 2021 22:37:42 -0400 Subject: [PATCH] fix(destinations): fix line breaks --- tjdests/templates/destinations/student_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tjdests/templates/destinations/student_list.html b/tjdests/templates/destinations/student_list.html index ba4642e..7c31e08 100644 --- a/tjdests/templates/destinations/student_list.html +++ b/tjdests/templates/destinations/student_list.html @@ -65,7 +65,7 @@ - {{ senior.biography|linebreaks|striptags }} + {{ senior.biography|striptags|linebreaks }} {# Decisions #}