{% extends 'base.html' %} {% block title %} UCHAN /{{board.name}} settings {% endblock %} {% block body %}

/{{board.name}} settings

Return | Help

{% if board.description == None %} {% else %} {% endif %} Edit board description
{% if board.forbid_threads %} {% else %} {% endif %} Forbid create threads by anonymouse users
{% if board.forbid_posts %} {% else %} {% endif %} Forbid create posts by anonymouse users
Set new password (Leave blank to ignore)
Confirm new password


{% if success %}

Settings updated successfully

{% endif %}
{% endblock %}