Add a h1 to default templates and a logo

This commit is contained in:
Valentin Samir
2016-06-20 13:31:59 +02:00
parent 155a919287
commit c7ac3bee7a
8 changed files with 150 additions and 5 deletions

View File

@@ -104,6 +104,9 @@ All settings are optional. Add them to ``settings.py`` to customize ``django-cas
Template settings:
* ``CAS_LOGO_URL``: Url to the logo showed in the up left corner on the default
templates. Set it to ``False`` to disable it.
* ``CAS_LOGIN_TEMPLATE``: Path to the template showed on ``/login`` then the user
is not autenticated. The default is ``"cas_server/login.html"``.
* ``CAS_WARN_TEMPLATE``: Path to the template showed on ``/login?service=...`` then