fix: forgot to add the country name to component
This commit is contained in:
parent
4d5d3f50a1
commit
90e01d921f
|
@ -24,7 +24,7 @@ This is a component -- I'm only using this because:
|
||||||
·
|
·
|
||||||
|
|
||||||
{% if legislation.country %}
|
{% if legislation.country %}
|
||||||
<a href="/explorer/countries/{{ legislation.country.id }}"></a>
|
<a href="/explorer/countries/{{ legislation.country.id }}">{{ legislation.country }}</a>
|
||||||
|
|
||||||
·
|
·
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue