X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..1801c65004af14a8ed50d60e47d75a415753bbf7:/src/ajaxable/utils.py?ds=inline

diff --git a/src/ajaxable/utils.py b/src/ajaxable/utils.py
index c2c368840..9fd009108 100755
--- a/src/ajaxable/utils.py
+++ b/src/ajaxable/utils.py
@@ -63,6 +63,7 @@ class AjaxableFormView(object):
     # override to customize form look
     template = "ajaxable/form.html"
     submit = _('Send')
+    action = ''
 
     title = ''
     success_message = ''
@@ -140,6 +141,7 @@ class AjaxableFormView(object):
                 "honeypot": self.honeypot,
                 "placeholdize": self.placeholdize,
                 "submit": self.submit,
+                "action": self.action,
                 "response_data": response_data,
                 "ajax_template": self.template,
                 "view_args": args,