Remove red highlight from public view

This commit is contained in:
Madis Mägi 2023-07-30 13:37:46 +03:00
parent 9f24016c7f
commit 86b970665f

View File

@ -16,10 +16,7 @@
<tbody>
{% for item in items %}
<tr {% if item | check_foreign_key_format %}
style="background-color: coral;"
{% endif %}
>
<tr>
<td>
{% if item.shortener %}
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>