{% extends "base.html" %} {% load staticfiles %} {% block title %}Demande d'accès aux informations{% endblock %} {% block content %}

Demande d'autorisation

Pour continuer, Hip Hop Community a besoin d'accéder à votre compte.
{% csrf_token %} {{ hidden_inputs }}
    {% for scope in scopes %}
  • {{ scope.name }}
    {{ scope.description }}
  • {% endfor %}
{% endblock %}