Add double click to submit, addtional form buttons

Rename form template variable 'form_class' to 'form_css_classes'

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-24 22:17:57 -04:00
parent 575b2bc61c
commit fcfadb0caa
5 changed files with 42 additions and 10 deletions

View File

@@ -173,6 +173,11 @@ Other changes
* Remove the full name from the user list.
* Add the first name and last name to the user list.
* Add file metadata app.
* Add support for submitting forms by pressing the
Enter key or by double clicking.
* Rename form template 'form_class' to 'form_css_classes'.
* Add support for adding form button aside from the
default submit and cancel.
Removals
--------