Commit 03714c5a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 388171: User privs are not displayed correctly when deleting a user account…

Bug 388171: User privs are not displayed correctly when deleting a user account - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent aefd7951
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<tr> <tr>
<th>Group set:</th> <th>Group set:</th>
<td> <td>
[% IF groups.size %] [% IF otheruser.groups.size %]
<ul> <ul>
[% FOREACH group = otheruser.groups.keys %] [% FOREACH group = otheruser.groups.keys %]
<li>[% group FILTER html %]</li> <li>[% group FILTER html %]</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment