{% extends 'base/layout.html' %} {% load static %} {% load i18n %} {% block title %}{% trans "QR 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 %}
{% endblock %}