Missing image in list
icon a bit misleading indeed
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user