More w3c minor fixes

This commit is contained in:
2023-10-27 23:20:36 +02:00
parent 98fed02a40
commit 86589ad718
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
{% if d.item.logo %}
<tr>
<th class="w-33" scope="row">Logo</th>
<td><img class="logo" src="{{ d.item.logo.url }}" /></td>
<td><img class="logo" src="{{ d.item.logo.url }}" alt="{{ d.item.name }} logo"></td>
</tr>
{% endif %}
{% if d.item.website %}