{% extends "django_testproject/base.html" %} {% block content %}

Edit token {{ token.pk }}

{% csrf_token %} {{ form.as_table }}
{% endblock %}