mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #10202: Clean up TemplateColumn template code & accessors
This commit is contained in:
@@ -10,7 +10,7 @@ __all__ = (
|
||||
|
||||
|
||||
IPADDRESSES = """
|
||||
{% for ip in record.ip_addresses.all %}
|
||||
{% for ip in value.all %}
|
||||
<a href="{{ ip.get_absolute_url }}">{{ ip }}</a><br />
|
||||
{% endfor %}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user