8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-20 09:32:29 +00:00

Fix #183 : Display port of user

This commit is contained in:
Gabriel Detraz 2018-10-27 15:26:22 +02:00 committed by root
parent b024888288
commit f89d15abe0

View file

@ -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>