fix: community settings page

This commit is contained in:
trisua 2025-06-09 18:13:53 -04:00
parent a6140f7c8c
commit 11fb131b8b

View file

@ -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\"),