diff --git a/functions/search_forms.py b/functions/search_forms.py index 7f1af9a0..ab82be6a 100644 --- a/functions/search_forms.py +++ b/functions/search_forms.py @@ -22,7 +22,7 @@ from place_conference.models import PlaceConference class AbstactSearchForm(forms.Form): - q = forms.CharField(label=_(u'Я ищу'), required=False) + q = forms.CharField(label=_(u'Я ищу'), required=False, widget=forms.TextInput(attrs={'placeholder':_(u'Тематика, слово или название')})) w = forms.CharField(label=_(u'Где'), required=False) models = None data_with_parents = None diff --git a/templates/client/includes/exposition/exposition_object.html b/templates/client/includes/exposition/exposition_object.html index 6ea192bd..1a51af6e 100644 --- a/templates/client/includes/exposition/exposition_object.html +++ b/templates/client/includes/exposition/exposition_object.html @@ -368,10 +368,10 @@ -->