{"includes/top.html"} {"includes/default_headers.html"} Config for /{{ board_db.dir }}/ {"includes/top_nav_bar.html"} {"includes/board_select.html"} {% if msg :}
{{ msg }}
{:}

Config for /{{ board_db.dir }}/

{% if mod_admin :}

If Use Default is set then the board config defaults will be used instead of the values shown here.

Available CSS: {% for i, css in enumerate(common.available_css()) :}{% if i :}, {:}{{ css }}{:}

{% for i, (key, field) in enumerate(database.Board.CONFIG_FIELDS) :} {:}
Use Default
{{ field.name }}: {$ field.html(key, config[key].value) $} {{ field.desc }}

Rename Board

This will change the dir of this board.

The new Board Dir must match the regex /{{ common.BOARD_DIR_REGEX }}/.

Delete Board

Warning! This will delete all posts and all files. It can not be undone.

{: else :}

You may not edit these fields because you are not an admin.

If Use Default is set then the board config defaults will be used instead of the values shown here.

{% for i, (key, field) in enumerate(database.Board.CONFIG_FIELDS) :} {:}
Use Default
{{ field.name }}: {$ field.html(key, config[key].value, disabled = True) $} {{ field.desc }}
{:}