{% extends "base.html" %} {% block title %}OAuth2 Capture development site{% endblock %} {% block content %}

Send test posts

{% for t in tokens %}
{% csrf_token %}
{% endfor %} {% endblock %}