mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-15 14:08:31 +02:00
bolding the user's attributes
This commit is contained in:
parent
80fa310f37
commit
685031ef15
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue