X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/386957d4f29d34d557a62065575a40c83d7d3ede..8fefd8bdaca07a3f5607de79c081dc0f7876fbc7:/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