diff --git a/README.rst b/README.rst index f4bc027..a40713f 100644 --- a/README.rst +++ b/README.rst @@ -218,6 +218,7 @@ Template settings "respond": "//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js", "jquery": "//code.jquery.com/jquery.min.js", } + if you omit some keys of the dictionnary, the default value for these keys is used. * ``CAS_LOGIN_TEMPLATE``: Path to the template showed on ``/login`` then the user @@ -272,7 +273,7 @@ New version warnings settings * ``CAS_NEW_VERSION_HTML_WARNING``: A boolean for diplaying a warning on html pages then a new version of the application is avaible. Once closed by a user, it is not displayed to this user until the next new version. The default is ``True``. -* ``CAS_NEW_VERSION_EMAIL_WARNING``: A bolean sot sending a email to ``settings.ADMINS`` when a new +* ``CAS_NEW_VERSION_EMAIL_WARNING``: A boolean for sending a email to ``settings.ADMINS`` when a new version is available. The default is ``True``.