From 2e329ece99b2185963f731fac2ee091e74f75465 Mon Sep 17 00:00:00 2001 From: ariannedee Date: Thu, 3 Sep 2020 13:38:54 -0700 Subject: [PATCH] Fix border style on Children fact-sheet rows --- edivorce/apps/core/templatetags/summary_format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edivorce/apps/core/templatetags/summary_format.py b/edivorce/apps/core/templatetags/summary_format.py index 71dc3f3d..f8fab872 100644 --- a/edivorce/apps/core/templatetags/summary_format.py +++ b/edivorce/apps/core/templatetags/summary_format.py @@ -157,7 +157,7 @@ def format_review_row_heading(title, style="", substep=None): def format_fact_sheet(title, url, value): return format_html( - '{}{}', + '{}{}', url, title, value