X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3badd77f743883992829a1174eef7c8d5e851766..14129c2a4e9b94274297efc32752f64a6a2b77a7:/apps/social/views.py?ds=inline

diff --git a/apps/social/views.py b/apps/social/views.py
index 6ded289b2..d5362a436 100644
--- a/apps/social/views.py
+++ b/apps/social/views.py
@@ -46,6 +46,7 @@ def my_shelf(request):
 
 class ObjectSetsFormView(AjaxableFormView):
     form_class = forms.ObjectSetsForm
+    placeholdize = True
     template = 'social/sets_form.html'
     ajax_redirect = True
     POST_login = True