{% extends 'base.html' %} {% block title %}Admin{% endblock %} {% set adminLink = 'active' %} {% block additionalHeadItems %} {% endblock %} {% block content %}

Admin panel

Skip to preview
Skip to preview

Instance

Title of this CatAsk instance

Description of this CatAsk instance

Rules of this CatAsk instance

Image that's going to be used in a link preview

Full URL to homepage of this CatAsk instance without a trailing slash

General

Max length of a question in characters; questions extending this character limit will not be added to the database

This name will be used for questions asked to you by anonymous users


Blacklisted words for questions; one word per line

Preview

The preview is not guaranteed to render the same as on other pages, because it uses a different renderer (marked (js) while everything else uses mistune (python))
The reason for this is live markdown rendering support

{{ cfg.instance.title }}

{% autoescape off %}

{{ cfg.instance.description | render_markdown }}

{% endautoescape %}

{{ cfg.instance.rules | render_markdown }}
{% endblock %} {% block scripts %} {% endblock %}