Avoid "auto disable" button logic for new message form

This commit is contained in:
Lance Edgar 2018-02-06 11:23:28 -06:00
parent 22236e2909
commit 5b4718fac4
3 changed files with 8 additions and 1 deletions

View file

@ -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