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