Fix README.

This commit is contained in:
Juan Ignacio Fiorentino 2015-01-29 23:32:20 -03:00
parent 0b6fca3a12
commit 04b927e6fd

View file

@ -134,7 +134,7 @@ Templates
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.
**Authorize Template**
**authorize.html**
.. code:: html
@ -160,7 +160,7 @@ You can copy the sample html here and edit them with your own styles.
{% endblock %}
**Error Template**
**error.html**
.. code:: html