X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f59e7c3de6bd0f85a61a4d9481db60cd7369ae92..3748094efcd5ed3b89408ece388a6e94ea42990c:/apps/suggest/views.py?ds=sidebyside

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.')