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
parent
commit
7badf81fc8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/apps/core/templates/pdf/form52.html

+ 2
- 2
edivorce/apps/core/templates/pdf/form52.html View File

@ -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>


Loading…
Cancel
Save