From 8f6afdd3f476a64159fd63fac90fc3b5a3485742 Mon Sep 17 00:00:00 2001
From: Benard Ebinu
Date: Wed, 14 Feb 2018 17:07:28 -0800
Subject: [PATCH] capping textarea to 500 character limit
---
edivorce/apps/core/templates/question/06_children_facts.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html
index 66299df1..1fb3dab6 100644
--- a/edivorce/apps/core/templates/question/06_children_facts.html
+++ b/edivorce/apps/core/templates/question/06_children_facts.html
@@ -636,7 +636,7 @@
each parent to provide support to the child.
- {% input_field type="textarea" name="suggested_child_support" class="fact-sheet-input form-control response-textarea" maxlength="512" rows="5" %}
+ {% input_field type="textarea" name="suggested_child_support" class="fact-sheet-input form-control response-textarea" maxlength="500" rows="5" %}