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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment