{% extends "base.html" %} {% block title %}Comment Configuration{% endblock %} {% block content %}

Comment Configuration

Note: Changes here are runtime-only. For persistent configuration, update your .env file.

Read-Only Settings

Comments per page: {{ config.comments_per_page }}

Max comment length: {{ config.comment_max_length }} characters

Max thread depth: {{ config.max_thread_depth }}


Cancel
{% endblock %}