produces identical output to what was there

This commit is contained in:
Michael McGrath 2008-03-10 16:32:44 -05:00
parent f9b2dd8825
commit a4cae7e527

View file

@ -1,3 +1,3 @@
#for role in sorted(group.approved_roles)
${role.member.username},${role.member.emails['primary']},${role.member.human_name},${role.role_type}
${role.member.username},${role.member.emails['primary']},${role.member.human_name},${role.role_type},0
#end