File tree Expand file tree Collapse file tree
templates/django_forms_workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Enterprise-grade, database-driven form builder with approval workflows
44"""
55
6- __version__ = "0.5.11 "
6+ __version__ = "0.5.12 "
77__author__ = "Django Forms Workflows Contributors"
88__license__ = "LGPL-3.0-only"
99
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ <h5 class="mb-0">Your Decision</h5>
102102
103103{% block extra_css %}
104104< style >
105- .htmx-indicator { display : none ; }
106- .htmx-request .htmx-indicator { display : inline-block ; }
107- .htmx-request button [type = submit ] { opacity : 0.6 ; }
105+ .htmx-indicator { opacity : 0 ; transition : opacity 200 ms ease-in ; }
106+ .htmx-request .htmx-indicator , . htmx-request . htmx-indicator { opacity : 1 ; }
107+ form .htmx-request button [type = submit ] { opacity : 0.6 ; pointer-events : none ; }
108108</ style >
109109{% endblock %}
110110
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-forms-workflows"
3- version = " 0.5.11 "
3+ version = " 0.5.12 "
44description = " Enterprise-grade, database-driven form builder with approval workflows and external data integration"
55license = " LGPL-3.0-only"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments