From f0e1aa8d7de912d572a45272744766adc5e51872 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Mon, 22 Aug 2016 15:10:18 +0200 Subject: [PATCH] README.rst typos --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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``.