.. _templates: Templates ######### Add your own templates files inside a folder named ``templates/oidc_provider/``. You can copy the sample html here and edit them with your own styles. **authorize.html**::

Request for Permission

Client {{ client.name }} would like to access this information of you ...

{% csrf_token %} {{ hidden_inputs }}
**error.html**::

{{ error }}

{{ description }}