Fix authorize URL
This commit is contained in:
parent
88d40840c4
commit
c8eae8cc8b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
Client <strong>{{ client.name }}</strong> would like to access this information of you...</p>
|
Client <strong>{{ client.name }}</strong> would like to access this information of you...</p>
|
||||||
|
|
||||||
<form method="post" action="/openid/authorize">
|
<form method="post" action="/openid/authorize/">
|
||||||
|
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue