We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526e1c9 commit 920901eCopy full SHA for 920901e
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog
3
=========
4
5
+2.1.0 (2021-03-06)
6
+==================
7
+
8
+- fix form submission with button type submit
9
10
2.0.1 (2020-11-22)
11
==================
12
bootstrap_modal_forms/static/js/jquery.bootstrap.modal.forms.js
@@ -1,7 +1,7 @@
1
/*
django-bootstrap-modal-forms
-version : 2.0.1
-Copyright (c) 2020 Uros Trstenjak
+version : 2.1.0
+Copyright (c) 2021 Uros Trstenjak
https://github.com/trco/django-bootstrap-modal-forms
*/
setup.py
@@ -9,7 +9,7 @@
setup(
name='django-bootstrap-modal-forms',
- version='2.0.1',
+ version='2.1.0',
13
packages=find_packages(),
14
include_package_data=True,
15
license='MIT License',
0 commit comments