Remove red highlight from public view
This commit is contained in:
parent
9f24016c7f
commit
86b970665f
@ -16,10 +16,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
|
|
||||||
<tr {% if item | check_foreign_key_format %}
|
<tr>
|
||||||
style="background-color: coral;"
|
|
||||||
{% endif %}
|
|
||||||
>
|
|
||||||
<td>
|
<td>
|
||||||
{% if item.shortener %}
|
{% if item.shortener %}
|
||||||
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user