Remove red highlight from public view
This commit is contained in:
parent
9f24016c7f
commit
86b970665f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user