X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/276656dcc680e1a35103d310dea046152ddc3785..faef1a564460905fd4c78953bf2f7023b5a94fc7:/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