use html5 placeholder and hide labels,
[wolnelektury.git] / apps / suggest / views.py
index 15b65f2..8a8df5b 100644 (file)
@@ -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.')