From 5822dc5199293b1c56b65e4969f356153014ae76 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Jan 2018 13:15:05 +0100 Subject: Improve account forms --- ishtar_common/forms_common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/forms_common.py') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index 22992d322..73971adaf 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -533,6 +533,7 @@ class PersonUserFormSelection(PersonFormSelection): class IshtarUserSelect(TableSelect): + search_vector = forms.CharField(label=_(u"Full text search")) username = forms.CharField(label=_(u"Username"), max_length=200) name = forms.CharField(label=_(u"Name"), max_length=200) surname = forms.CharField(label=_(u"Surname"), max_length=50) -- cgit v1.2.3