This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
capping textarea to 500 character limit
pull/160/head
Benard Ebinu
7 years ago
parent
f5dcc33673
commit
8f6afdd3f4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
edivorce/apps/core/templates/question/06_children_facts.html
+ 1
- 1
edivorce/apps/core/templates/question/06_children_facts.html
View File
@ -636,7 +636,7 @@
each parent to provide support to the child.
<
/
p
>
<
div
>
{% input_field type="textarea" name="suggested_child_support" class="fact-sheet-input form-control response-textarea" maxlength="5
12
" rows="5" %}
{% input_field type="textarea" name="suggested_child_support" class="fact-sheet-input form-control response-textarea" maxlength="5
00
" rows="5" %}
<
/
div
>
<
/
div
>
<
/
div
>
Write
Preview
Loading…
Cancel
Save