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
DIV-705
pull/160/head
Justin Johnson
7 years ago
parent
97a54fcedc
commit
22aae389f1
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
edivorce/apps/core/templatetags/format_utils.py
+ 1
- 1
edivorce/apps/core/templatetags/format_utils.py
View File
@ -95,7 +95,7 @@ def claimantize(value):
elif
'
spouse
'
in
value
:
elif
'
spouse
'
in
value
:
return
'
Claimant 2
'
return
'
Claimant 2
'
elif
'
both
'
in
value
:
elif
'
both
'
in
value
:
return
'
Both
'
return
'
Claimant 1 & Claimant 2
'
return
value
return
value
Write
Preview
Loading…
Cancel
Save