Browse Source

Affichage correct si port profile custom

command_graph_adhesion
Gabriel Detraz 7 years ago
parent
commit
9882310d61
  1. 2
      topologie/templates/topologie/aff_port.html

2
topologie/templates/topologie/aff_port.html

@ -88,7 +88,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endif %}
</td>
<td>
{% if not port.custom_profil %}
{% if not port.custom_profile %}
<u>{% trans "Default: " %}</u>
{% endif %}
{{ port.get_port_profile }}

Loading…
Cancel
Save