mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-23 07:56:44 -06:00
remove comma from end of list
This commit is contained in:
parent
48d7ca7a64
commit
413824934c
@ -18,7 +18,7 @@
|
|||||||
{% for model,objects in related_objects.items %}
|
{% for model,objects in related_objects.items %}
|
||||||
- {{ model }}:
|
- {{ model }}:
|
||||||
{% for object in objects %}
|
{% for object in objects %}
|
||||||
{{ object | linkify }},
|
{{ object | linkify }}{% if not forloop.last %}, {% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<br>
|
<br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user