Correction des liens non cliquables sur la liste des membres (cn au lieu de l'uid). Par contre, templates/members sert-il encore à quelque chose ? La liste est affichée par templates/search/member.html.
This commit is contained in:
parent
3497d5ed0a
commit
c0730732a3
@ -17,7 +17,7 @@
|
||||
<td><a href="/show/member/${residence}/${member.uid.first()}">${member.cn.first()}</a></td>
|
||||
<py:choose test="room">
|
||||
<td py:when="None">sdf</td>
|
||||
<td py:otherwise=""><a href="/show/room/${residence}/${room.cn.first()}">${room.cn.first()}</a></td>
|
||||
<td py:otherwise=""><a href="/show/room/${residence}/${room.uid.first()}">${room.cn.first()}</a></td>
|
||||
</py:choose>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user