diff --git a/pagure/templates/group_list.html b/pagure/templates/group_list.html
index d15c2cb..2747332 100644
--- a/pagure/templates/group_list.html
+++ b/pagure/templates/group_list.html
@@ -116,7 +116,7 @@ $(document).ready(function() {
return false;
}
});
- {% if config.get('ENABLE_GROUP_MNGT') %}
+ {% if config.get('ENABLE_GROUP_MNGT', False) %}
$('#add_group').on(
'shown.bs.modal', function () {
$('#group_name').focus()