{% extends 'booru/base.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %} {% load crispy_forms_tags %}

Tag Implication Request

Every time the from tag is added, the to tag will also be added automatically.

{% csrf_token %} {{ form |crispy }}

This request will be reviewed by the staff.

{% endblock %}