Browse Source

Fixed missing other orders from Form 52

pull/160/head
Dominik Szopa 6 years ago
parent
commit
296ec4c9f1
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>
{% 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 %}
</ol>


Loading…
Cancel
Save