diff --git a/uffd/user/templates/group_list.html b/uffd/user/templates/group_list.html
index 3b3a41dfbbedf42f7cce67609409e71a8d5c0f77..906c9f1f2fa0082cd479146cd3cc3b983f030f21 100644
--- a/uffd/user/templates/group_list.html
+++ b/uffd/user/templates/group_list.html
@@ -23,7 +23,7 @@
 						</a>
 					</td>
 					<td>
-						{{ group.description }}
+						{{ group.description or '' }}
 					</td>
 				</tr>
 				{% endfor %}