Browse Source

Merge branch 'display_port' into 'dev'

FIX #183 : Display port of user

See merge request federez/re2o!342
reset_pwd_state_not_active
klafyvel 7 years ago
parent
commit
006e7d1de4
  1. 2
      users/templates/users/profil.html

2
users/templates/users/profil.html

@ -173,7 +173,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</tr>
<tr>
<th>{% trans "Room" %}</th>
<td>{{ users.room }}</td>
<td>{{ users.room }} {% can_view_all Port %}{% if users.room.port_set.all %} / {{ users.room.port_set.all|join:", " }} {% endif %}{% acl_end %}</td>
<th>{% trans "Telephone number" %}</th>
<td>{{ users.telephone }}</td>
</tr>

Loading…
Cancel
Save