From ba05d169823993e1c4020a74a9e2d664d2806482 Mon Sep 17 00:00:00 2001 From: http Date: Mon, 29 May 2017 11:40:12 +0300 Subject: [PATCH] =?UTF-8?q?FIXBUG:=20=D0=A1=D0=B2=D0=B0=D0=BB=D0=B8=D0=B2?= =?UTF-8?q?=D0=B0=D0=BB=D1=81=D1=8F=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=20?= =?UTF-8?q?=D0=B5=D1=81=D0=BB=D0=B8=20=D0=B5=D1=81=D1=82=D1=8C=20=D1=81?= =?UTF-8?q?=D0=B8=D0=BC=D0=B2=D0=BE=D0=BB=20'+'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- searchapp/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/searchapp/views.py b/searchapp/views.py index 30bc4c7..e9155fe 100644 --- a/searchapp/views.py +++ b/searchapp/views.py @@ -12,6 +12,7 @@ def replace_without_case(orig, old, new): def home(request): s = request.GET.get('s') + s = s.replace('+', '') if s: if bool(re.match(ip_addr_regex, s)):