X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3badd77f743883992829a1174eef7c8d5e851766..fe3cc2a284f1aa7457b0ec9491203aae100681a6:/apps/social/views.py 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