oidc: add title to authorization consent page (#45464)

This commit is contained in:
Frédéric Péters 2020-07-25 12:26:25 +02:00
parent 7ac1fbcb4b
commit 00366bd061
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block content %}
<h2>{% trans "Authentication access check" %}</h2>
<form method="post" id="a2-oidc-authorization-form">
<p>{% blocktrans with client_name=client.name %}Do you want to be authenticated on service {{ client_name }} ?{% endblocktrans %}</p>
{% if scopes %}