mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Introduce linkify template filter
This commit is contained in:
		@@ -25,7 +25,7 @@
 | 
			
		||||
                                {% if next_node.cable %}
 | 
			
		||||
                                    <li>
 | 
			
		||||
                                        <a href="{% url 'dcim:frontport_trace' pk=next_node.pk %}">{{ next_node }}</a>
 | 
			
		||||
                                        (Cable <a href="{{ next_node.cable.get_absolute_url }}">{{ next_node.cable }}</a>)
 | 
			
		||||
                                        (Cable {{ next_node.cable|linkify }})
 | 
			
		||||
                                    </li>
 | 
			
		||||
                                {% else %}
 | 
			
		||||
                                    <li class="text-muted">{{ next_node }}</li>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user