Browse Source

DIV-760

pull/160/head
Justin Johnson 7 years ago
parent
commit
d5977d83a5
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      edivorce/apps/core/templates/pdf/form1.html

+ 3
- 3
edivorce/apps/core/templates/pdf/form1.html View File

@ -382,9 +382,9 @@
<table class="table table-fixed table-bordered"> <table class="table table-fixed table-bordered">
<tr> <tr>
<th align="center">Full name:</th>
<th align="center">Birth date:<br />[<em>dd mmm yyyy</em>]</th>
<th align="center">Resides with:</th>
<th align="center">Full name</th>
<th align="center">Birth date<br />[<em>dd mmm yyyy</em>]</th>
<th align="center">Resides with</th>
</tr </tr
{% for child in responses.children %} {% for child in responses.children %}
<tr> <tr>


Loading…
Cancel
Save