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