{% extends "admin/base.html" %} {% block title %}{{ page_title('Create Consumer for OAuth') }}{% endblock %} {% block content %}

Create Consumer for OAuth

Creates a consumer application for OAuth, automatically generating the consumer key and secret.

{{ csrf() }} {{ form.as_p() }}
{% endblock %}