X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/57e98a5807465f9494e5006e16860f16abbf4136..6f8ce976c498b1df0768c0965c0c9dc2e84bda1c:/apps/suggest/views.py diff --git a/apps/suggest/views.py b/apps/suggest/views.py index 8a8df5bdb..15b65f24d 100644 --- a/apps/suggest/views.py +++ b/apps/suggest/views.py @@ -18,7 +18,6 @@ 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.')