From c58b7fce3897e7acba0e6c271350eb2abfdd0175 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen Date: Mon, 19 Apr 2021 19:56:37 -0400 Subject: [PATCH] fix: wrap biography text --- 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 0726304..cfd84b9 100644 --- a/tjdests/templates/destinations/student_list.html +++ b/tjdests/templates/destinations/student_list.html @@ -49,7 +49,7 @@ - {{ senior.biography|linebreaks }} + {{ senior.biography|linebreaks }} {# Decisions #}