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