{% extends 'base.html' %} {% from 'macros.html' import captcha_input %} {% block title %} UCHAN Create Board {% endblock %} {% block body %}

Create board

Home | Help

Option Desciption
The board name. No spaces, lower case. Must be unique
Board description. You can use markdown*
Choose strong password. If you lose password, you will lose access to the board
Confirm password
Forbid create threads by anonymouse users*
Forbid create posts by anonymouse users*
*you can adjust this settings later
{{captcha_input()}}

{% endblock %}