{"includes/top.html"} {"includes/default_headers.html"} Config for /{{ board_db.dir }}/ {"includes/top_nav_bar.html"} {"includes/board_select.html"} {"includes/return_to_index.html"}

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 }}

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 }}
{:}