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

{{ _('General') }}

{{ _('General settings') }}

{{ _('Your username') }}

{{ _('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 %}