Missing image in list

icon a bit misleading indeed
This commit is contained in:
2025-06-28 21:18:59 +03:00
parent f0ad9524c5
commit 9c5dcbf737

View File

@@ -15,6 +15,7 @@
<table>
<thead>
<tr>
<th></th>
<th>Sticker</th>
<th>Visibility</th>
<th>Type</th>
@@ -31,8 +32,8 @@
{% for item in items %}
<tr {% if item | check_foreign_key_format %}
style="background-color: coral;"
{% endif %}
>
{% endif %}>
<td>{% if not item.has_photo %}📸{% endif %}</td>
<td>
{% if item.shortener %}
<a href="https://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>