Avoid "auto disable" button logic for new message form
This commit is contained in:
parent
22236e2909
commit
5b4718fac4
3 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
% if not readonly:
|
||||
<% _focus_rendered = False %>
|
||||
${h.form(form.action_url, id=dform.formid, method='post', enctype='multipart/form-data', class_='autodisable')}
|
||||
${h.form(form.action_url, id=dform.formid, method='post', enctype='multipart/form-data', **form_kwargs)}
|
||||
${h.csrf_token(request)}
|
||||
% endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue