fix: community settings page
This commit is contained in:
parent
a6140f7c8c
commit
11fb131b8b
1 changed files with 2 additions and 2 deletions
|
@ -914,7 +914,7 @@
|
|||
]
|
||||
];
|
||||
|
||||
// {% if not community.is_forge -%}
|
||||
// {% if not community.is_forge %}
|
||||
settings_fields.push([
|
||||
[
|
||||
\"enable_questions\",
|
||||
|
@ -941,7 +941,7 @@
|
|||
\"{{ community.context.require_titles }}\",
|
||||
\"checkbox\",
|
||||
]);
|
||||
// {%- endif %}
|
||||
// {% endif %}
|
||||
|
||||
ui.generate_settings_ui(
|
||||
document.getElementById(\"manage_fields\"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue