{% extends "rest_framework/base.html" %} {% load static %} {% load rest_framework %} {% block body %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}