Skip to content

Commit

Permalink
fix: group name displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 24, 2023
1 parent 02c8f0b commit ac149a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canaille/core/templates/partial/groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</a>
</td>
<td><a href="{{ url_for('core.groups.group', group=group) }}">{{ group.display_name }}</a></td>
<td>{% if group.description %}{{ group.description[0] }}{% endif %}</td>
<td>{% if group.description %}{{ group.description }}{% endif %}</td>
<td>{{ group.members|len }}</td>
</tr>
{% else %}
Expand Down

0 comments on commit ac149a2

Please sign in to comment.