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

Admin panel

Instance

Title of this CatAsk instance

Description 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

{% endblock %} {% block scripts %} {% endblock %}