{% extends "base.html" %} {% load i18n %} {% block content %}
{{ request.scheme }}://{{ request.get_host }}{% url 'oauth2_provider:authorize' %}?client_id={{ app.client_id }}&response_type=code
{% trans "No applications defined" %}. {% trans "Click here" %} {% trans "if you want to register a new one" %}.