From 90e01d921f71dac77b8a59fe81d8f3bcb4c02458 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Tue, 30 Jul 2024 17:02:50 -0500 Subject: [PATCH] fix: forgot to add the country name to component --- franklincce/explorer/templates/explorer/comp_legislation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/franklincce/explorer/templates/explorer/comp_legislation.html b/franklincce/explorer/templates/explorer/comp_legislation.html index e78b3f0..502166f 100644 --- a/franklincce/explorer/templates/explorer/comp_legislation.html +++ b/franklincce/explorer/templates/explorer/comp_legislation.html @@ -24,7 +24,7 @@ This is a component -- I'm only using this because: · {% if legislation.country %} - + {{ legislation.country }} · {% endif %}