mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Replace None in templates with placeholder filter
To be consistent, all uses of — or None is replaced with the placeholder filter. Fixes #9537
This commit is contained in:
		@@ -44,7 +44,7 @@
 | 
			
		||||
                            {% for ipaddress in object.ipaddresses.all %}
 | 
			
		||||
                                {{ ipaddress|linkify }}<br />
 | 
			
		||||
                            {% empty %}
 | 
			
		||||
                                <span class="text-muted">None</span>
 | 
			
		||||
                                {{ ''|placeholder }}
 | 
			
		||||
                            {% endfor %}
 | 
			
		||||
                        </td>
 | 
			
		||||
                    </tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user