Browse Source
Merge pull request #57 from dominikszopa/DIV-965
Fixed missing other orders from Form 52
pull/160/head
Charles Shin
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
edivorce/apps/core/templates/pdf/form52.html
|
|
@ -142,8 +142,8 @@ |
|
|
</li> |
|
|
</li> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
{% if responses.other_orders_detail.trim %} |
|
|
|
|
|
<li>{{ responses.other_orders_detail }}</li> |
|
|
|
|
|
|
|
|
{% if responses.other_orders_detail.strip %} |
|
|
|
|
|
{{ responses.other_orders_detail|striptags|linebreaksli }} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</ol> |
|
|
</ol> |
|
|
|