From 91fcdda6a05ceafd7c9073f5970e74f2084a0fcd Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Mon, 13 Mar 2017 14:24:17 +0100
Subject: [PATCH] Remove unused attributes in searchform

---
 scipost/forms.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scipost/forms.py b/scipost/forms.py
index 47c6ef82f..b1fb349c3 100644
--- a/scipost/forms.py
+++ b/scipost/forms.py
@@ -210,8 +210,7 @@ class RemarkForm(forms.Form):
 
 
 class SearchForm(forms.Form):
-    q = forms.CharField(max_length=100, label='', widget=forms.TextInput(attrs={
-                        'class': 'form-control mr-0 mb-2 mr-lg-2 mb-lg-0'}))
+    q = forms.CharField(max_length=100)
 
 
 class EmailGroupMembersForm(forms.Form):
-- 
GitLab