From dec4d46df607fafa72c1d0088b87f57e6a37917e Mon Sep 17 00:00:00 2001 From: cericoda Date: Tue, 30 Sep 2014 12:36:23 +0100 Subject: [PATCH] Update README.rst --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0a2e527..eb0c0c7 100644 --- a/README.rst +++ b/README.rst @@ -146,9 +146,7 @@ In your code, you can use ``from axes.utils import reset``. Issues ====== -* Why is Axes not capturing my failed login attempt? - -It may be that you need to manually add watch_login to your login url. +You may find that Axes is not capturing my failed login attempt. It may be that you need to manually add watch_login to your login url. For example, in your urls.py:: ...