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:
parent
80fa310f37
commit
685031ef15
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user