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
parent 248c94bd35
commit 798850b4b8

View File

@ -64,7 +64,7 @@ INTERFACE_IPADDRESSES = """
INTERFACE_FHRPGROUPS = """ INTERFACE_FHRPGROUPS = """
{% for assignment in value.all %} {% 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 %} {% endfor %}
""" """