make INTERFACE_FHRPGROUPS use FHRPGROUPS _str_ representation

This commit is contained in:
Renato Almeida de Oliveira Zaroubin 2025-04-21 14:39:31 +00:00 committed by Jeremy Stretch
parent b6d10ae6d8
commit 6b9b66aecb

View File

@ -64,7 +64,7 @@ INTERFACE_IPADDRESSES = """
INTERFACE_FHRPGROUPS = """
{% for assignment in value.all %}
<a href="{{ assignment.group.get_absolute_url }}">{{ assignment.group.get_protocol_display }}: {{ assignment.group.group_id }}</a>
<a href="{{ assignment.group.get_absolute_url }}">{{ assignment.group }}</a>
{% endfor %}
"""