Clean up W291 errors

pull/1155/head
Karl Hobley 2015-04-03 17:51:58 +01:00
rodzic 304f8f8e66
commit 62d77e3aa1
9 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -7,10 +7,10 @@ from wagtail.wagtailsearch import models
class QueryForm(forms.Form):
query_string = forms.CharField(label=_('Search term(s)/phrase'),
help_text=_("""Enter the full search string to match. An
exact match is required for your Editors Picks to be
displayed, wildcards are NOT allowed."""),
query_string = forms.CharField(label=_("Search term(s)/phrase"),
help_text=_("Enter the full search string to match. An "
"exact match is required for your Editors Picks to be "
"displayed, wildcards are NOT allowed."),
required=True)