{% extends 'graphene/base.html' %} {% load static %} {% block title %}set a JWT token in the headers (HTTP_AUTHORIZATION){% endblock %} {% block content %}
{% csrf_token %} {{ form.as_table }}
{% endblock %}