X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8fefd8bdaca07a3f5607de79c081dc0f7876fbc7..978606e5eeeb0f0d3cfaeecf378afa983a4a7b11:/apps/suggest/views.py?ds=sidebyside

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