Browse Source

DIV-705

pull/160/head
Justin Johnson 7 years ago
parent
commit
22aae389f1
1 changed files with 1 additions and 1 deletions
  1. +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:
return 'Claimant 2'
elif 'both' in value:
return 'Both'
return 'Claimant 1 & Claimant 2'
return value


Loading…
Cancel
Save