Merge branch 'master' of https://github.com/juanifioren/django-openid-provider
This commit is contained in:
commit
77d1bf86e8
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ Templates
|
||||||
Add your own templates files inside a folder named ``templates/openid_provider/``.
|
Add your own templates files inside a folder named ``templates/openid_provider/``.
|
||||||
You can copy the sample html here and edit them with your own styles.
|
You can copy the sample html here and edit them with your own styles.
|
||||||
|
|
||||||
**Authorize Template**
|
**authorize.html**
|
||||||
|
|
||||||
.. code:: html
|
.. code:: html
|
||||||
|
|
||||||
|
@ -209,7 +209,7 @@ You can copy the sample html here and edit them with your own styles.
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
**Error Template**
|
**error.html**
|
||||||
|
|
||||||
.. code:: html
|
.. code:: html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue