mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-08 19:06:25 +00:00
Merge branch 'display_port' into 'dev'
FIX #183 : Display port of user See merge request federez/re2o!342
This commit is contained in:
commit
006e7d1de4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue