mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Affichage correct si port profile custom
This commit is contained in:
parent
7cc0fd1e66
commit
9882310d61
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue