{%- from 'common/macros.html' import subheader, babycode_editor_component, sortable_list, sortable_list_item -%} {%- extends 'base.html' -%} {%- block title -%}settings{%- endblock -%} {%- block content -%} {{- subheader('Moderation panel') -}}
Message of the Day

The Message of the Day is shown on the front page and on each topic's thread list.

{{ babycode_editor_component(placeholder='MOTD content', prefill=motd.body_original_markup, id='motd-content', banned_tags=MOTD_BANNED_TAGS) }}
Sort topics

Drag topics around to reorder them. Press "Save order" when done.

{%- call() sortable_list() -%} {%- for topic in topics -%} {%- call() sortable_list_item(key="topics") -%}

{{ topic.name }}

{{topic.description}}
{%- endcall -%} {%- endfor -%} {%- endcall -%}
{%- endblock -%}