Browse Source

Updated Form 1 and Form 52 to remove placeholer

pull/160/head
Charles Shin 8 years ago
parent
commit
515a5b6a25
2 changed files with 6 additions and 10 deletions
  1. +4
    -8
      edivorce/apps/core/templates/pdf/form1.html
  2. +2
    -2
      edivorce/apps/core/templates/pdf/form52.html

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

@ -393,8 +393,7 @@
<i class="fa fa-square-o" aria-hidden="true"></i> Claimant 1 <i class="fa fa-square-o" aria-hidden="true"></i> lawyer for Claimant 1
</p>
<p>
<span class="form-entry not-complete">&nbsp;</span><br /> [
<em>type or print name</em>]
<span class="form-entry not-complete">&nbsp;</span><br />
</p>
</td>
</tr>
@ -413,8 +412,7 @@
<i class="fa fa-square-o" aria-hidden="true"></i> Claimant 2 <i class="fa fa-square-o" aria-hidden="true"></i> lawyer for Claimant 2
</p>
<p>
<span class="form-entry not-complete">&nbsp;</span><br /> [
<em>type or print name</em>]
<span class="form-entry not-complete">&nbsp;</span><br />
</p>
</td>
</tr>
@ -449,8 +447,7 @@
Signature of lawyer
</p>
<p>
<span class="form-entry not-complete">&nbsp;</span><br /> [
<em>type or print name</em>]
<span class="form-entry not-complete">&nbsp;</span><br />
</p>
</td>
</tr>
@ -491,8 +488,7 @@
Signature of lawyer
</p>
<p>
<span class="form-entry not-complete">&nbsp;</span><br /> [
<em>type or print name</em>]
<span class="form-entry not-complete">&nbsp;</span><br />
</p>
</td>
</tr>


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

@ -121,7 +121,7 @@
<span class="form-entry not-complete">&nbsp;</span><br> Signature of<br> <i class="fa fa-square-o" aria-hidden="true"></i> party <i class="fa fa-square-o" aria-hidden="true"></i> lawyer for <span class="form-entry not-complete"></span>
</p>
<p>
<span class="form-entry not-complete">[<em>type or print name</em>]</span>
<span class="form-entry not-complete"></span>
</p>
</td>
<td>
@ -129,7 +129,7 @@
<span class="form-entry not-complete">&nbsp;</span><br> Signature of<br> <i class="fa fa-square-o" aria-hidden="true"></i> party <i class="fa fa-square-o" aria-hidden="true"></i> lawyer for <span class="form-entry not-complete"></span>
</p>
<p>
<span class="form-entry not-complete">[<em>type or print name</em>]</span>
<span class="form-entry not-complete"></span>
</p>
</td>
</tr>


Loading…
Cancel
Save