X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73ce961f14509aabfa26536f847afd28111029c6..7e2ea2c03744c957fec412ccb09e6f285b3d9623:/apps/suggest/views.py diff --git a/apps/suggest/views.py b/apps/suggest/views.py index 15b65f24d..8a8df5bdb 100644 --- a/apps/suggest/views.py +++ b/apps/suggest/views.py @@ -18,6 +18,7 @@ class PublishingSuggestionFormView(AjaxableFormView): class SuggestionFormView(AjaxableFormView): form_class = forms.SuggestForm + placeholdize = True title = _('Report a bug or suggestion') submit = _('Send report') success_message = _('Report was sent successfully.')