1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-21 17:04:21 +01:00

bolding the user's attributes

This commit is contained in:
kakwa 2016-07-07 08:15:50 +02:00
parent 80fa310f37
commit 685031ef15

View File

@ -21,7 +21,7 @@
if type(value) is list:
value = ', '.join(value)
%>
<td>${attrs_list[attr]['display_name']}:</td>
<td><b>${attrs_list[attr]['display_name']}</b>:</td>
<td>${value}</td>
% endif
</tr>