diff --git a/inyoka_theme_default/templates/forum/forum_edit.html b/inyoka_theme_default/templates/forum/forum_edit.html index cf2e05f..8bf1630 100644 --- a/inyoka_theme_default/templates/forum/forum_edit.html +++ b/inyoka_theme_default/templates/forum/forum_edit.html @@ -31,8 +31,9 @@ {% block content %} {% call macros.outer_form(csrf_token(), form, manually_rendered=True) %} - {{ macros.inner_form(form, ['name', 'slug','description', 'parent', 'position', 'newtopic_default_text', 'force_version', 'count_posts']) }} + {{ macros.inner_form(form, ['name', 'slug','description', 'parent', 'position', + 'newtopic_default_text', 'force_version', 'user_count_posts', 'support_group']) }}