fix: forgot to add the country name to component

This commit is contained in:
stupidcomputer 2024-07-30 17:02:50 -05:00
parent 4d5d3f50a1
commit 90e01d921f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ This is a component -- I'm only using this because:
·
{% if legislation.country %}
<a href="/explorer/countries/{{ legislation.country.id }}"></a>
<a href="/explorer/countries/{{ legislation.country.id }}">{{ legislation.country }}</a>
&middot;
{% endif %}