Fixed issues formatting issue with more than one owner on the website

doc_update
Joey Hines 2019-08-21 07:55:28 -05:00
parent 3483f2a6c6
commit 057064eadd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% endif %}
<a class="text-light" href="{{ loc.owner.all.first.link }}">{{ loc.owner.all.first }}</a>
{% for owner in loc.owner.all|slice:"1:" %}, <a href="{{ owner.link }}">{{ owner.name }}</a>
{% for owner in loc.owner.all|slice:"1:" %}, <a class="text-light" href="{{ owner.link }}">{{ owner.name }}</a>
{% endfor %}
</p>