Remove red highlight from public view
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user