diff --git a/edivorce/apps/core/templates/partials/fact_sheet_excessive_debt.html b/edivorce/apps/core/templates/partials/fact_sheet_excessive_debt.html
index b6c0861f..3eaea614 100644
--- a/edivorce/apps/core/templates/partials/fact_sheet_excessive_debt.html
+++ b/edivorce/apps/core/templates/partials/fact_sheet_excessive_debt.html
@@ -7,7 +7,7 @@
- {% money_input_field name="debt_monthly_amount" value=debt_monthly_amount multiple='true' class="fact-sheet-input money positive-integer debt-input-field" placeholder="" data_save_row="true" data_save_select=".debt-input-field" data_skip_ajax="true" %}
+ {% money_input_field name="debt_monthly_amount" value=debt_monthly_amount multiple='true' class="fact-sheet-input money positive-float debt-input-field" placeholder="" data_save_row="true" data_save_select=".debt-input-field" data_skip_ajax="true" %}
|
{% if not exclude_delete_button %}
diff --git a/edivorce/apps/core/templates/partials/fact_sheet_expense.html b/edivorce/apps/core/templates/partials/fact_sheet_expense.html
index cfec5b29..cec2b1ad 100644
--- a/edivorce/apps/core/templates/partials/fact_sheet_expense.html
+++ b/edivorce/apps/core/templates/partials/fact_sheet_expense.html
@@ -4,7 +4,7 @@
- {% money_input_field name="expense_amount" value=expense_amount multiple='true' class="money positive-integer fact-sheet-input expense-input-field" placeholder="" data_save_row="true" data_save_select=".expense-input-field" data_skip_ajax="true" %}
+ {% money_input_field name="expense_amount" value=expense_amount multiple='true' class="money positive-float fact-sheet-input expense-input-field" placeholder="" data_save_row="true" data_save_select=".expense-input-field" data_skip_ajax="true" %}
|
{% if not exclude_delete_button %}
diff --git a/edivorce/apps/core/templates/partials/fact_sheet_income_others.html b/edivorce/apps/core/templates/partials/fact_sheet_income_others.html
index f393160b..746c9747 100644
--- a/edivorce/apps/core/templates/partials/fact_sheet_income_others.html
+++ b/edivorce/apps/core/templates/partials/fact_sheet_income_others.html
@@ -4,7 +4,7 @@
- {% money_input_field name="income_others_amount" value=income_others_amount class="money positive-integer fact-sheet-input income-others-input-field income-amount-input-field" step="1" data_sum="true" data_sum_class="income-amount-input-field" data_sum_target_id="total_income_others" placeholder="" data_save_row="true" data_save_select=".income-others-input-field" data_skip_ajax="true" %}
+ {% money_input_field name="income_others_amount" value=income_others_amount class="money positive-float fact-sheet-input income-others-input-field income-amount-input-field" step="1" data_sum="true" data_sum_class="income-amount-input-field" data_sum_target_id="total_income_others" placeholder="" data_save_row="true" data_save_select=".income-others-input-field" data_skip_ajax="true" %}
|
diff --git a/edivorce/apps/core/templates/question/06_children_income_expenses.html b/edivorce/apps/core/templates/question/06_children_income_expenses.html
index 3ac4660d..2ef368b8 100644
--- a/edivorce/apps/core/templates/question/06_children_income_expenses.html
+++ b/edivorce/apps/core/templates/question/06_children_income_expenses.html
@@ -253,7 +253,7 @@
Schedule 1
of the guidelines) that is payable by claimant?
- {% money_input_field name="payor_monthly_child_support_amount" class="money positive-integer form-block response-textbox children-input-block" data_mirror="true" data_mirror_target="#child_support_amount_label" %}
+ {% money_input_field name="payor_monthly_child_support_amount" class="money positive-float form-block response-textbox children-input-block" data_mirror="true" data_mirror_target="#child_support_amount_label" %}
diff --git a/edivorce/apps/core/templates/question/06_children_payor_medical.html b/edivorce/apps/core/templates/question/06_children_payor_medical.html
index ef719ab4..797ecf9c 100644
--- a/edivorce/apps/core/templates/question/06_children_payor_medical.html
+++ b/edivorce/apps/core/templates/question/06_children_payor_medical.html
@@ -60,7 +60,7 @@
What is the amount as of today's date?
- {% money_input_field name="child_support_arrears_amount" class="money positive-integer form-control input-narrow" min="0" %}
+ {% money_input_field name="child_support_arrears_amount" class="money positive-float form-control input-narrow" min="0" %}
{% endblock %}