{% extends 'base/layout.html' %} {% load static %} {% load i18n %} {% block title %}{% trans "Label Settings" %}{% endblock %} {% block header %} {% endblock %} {% block content %}
{% csrf_token %}
{% trans "General" %}
{{ form.show_niimbot_button }} {% if form.show_niimbot_button.help_text %}
{{ form.show_niimbot_button.help_text }}
{% endif %}
{{ form.custom_object_url }} {% if form.custom_object_url.help_text %}
{{ form.custom_object_url.help_text }}
{% endif %}
{{ form.default_correct_level }} {% if form.default_correct_level.help_text %}
{{ form.default_correct_level.help_text }}
{% endif %}
{% endblock %}