{% extends 'booru/base_admin.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}

Configuration

Customize the booru

{% csrf_token %} {% for field in form %}
{{ field }}

{{field.help_text}}

{% endfor %}
{% endblock %}