{% extends 'admin/base.html' %} {% block _title %}General{% endblock %} {% set general_link = 'active' %} {% block _content %}

General

General settings

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

{% include 'snippets/admin/saveBtn.html' %}
{% endblock %} {% block _scripts %} {% endblock %}