{% extends base_generic %} {% load static %} {% block content %}
JSON

Config

{% csrf_token %} {% for field in config_form %} {% if field.id_for_label == "id_enable_domain_support" %}

Features

{%endif%} {% if field.id_for_label == "id_accept_dead" %}

Link rules

{%endif%} {% if field.id_for_label == "id_sources_refresh_period" %}

Updates

{%endif%} {% if field.id_for_label == "id_ssl_verification" %}

Networking

{%endif%} {% if field.id_for_label == "id_track_user_actions" %}

User settings

{%endif%} {% if field.id_for_label == "id_whats_new_days" %}

Display

{%endif%} {% if field.id_for_label == "id_debug_mode" %}

Other

{%endif%}
{{field }}
{{field.help_text | safe }}
{% endfor %}
{% if form_notes %}
{% for note in form_notes %}
{{note}}
{% endfor %}
{% endif %} {% if form_warnings %}
{% for warning in form_warnings %}
{{warning}}
{% endfor %}
{% endif %} {% if form_errors %}
{% for error in form_errors %}
{{error}}
{% endfor %}
{% endif %} {% endblock %}