Skip to content
Snippets Groups Projects
Verified Commit 8b3e082f authored by nd's avatar nd
Browse files

do not display none if description is unset

parent f43bc6cd
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@
</a>
</td>
<td>
{{ group.description }}
{{ group.description or '' }}
</td>
</tr>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment