Browse Source

Replaced all checkboxes with Font Awesome ones

pull/160/head
Dominik Szopa 5 years ago
parent
commit
2412810092
1 changed files with 13 additions and 12 deletions
  1. +13
    -12
      edivorce/apps/core/templates/pdf/form35.html

+ 13
- 12
edivorce/apps/core/templates/pdf/form35.html View File

@ -1,5 +1,6 @@
{% load static %}
{% load input_field %}
{% load format_utils %}
<!doctype html>
<html class="no-js" lang="en">
@ -69,25 +70,25 @@
<div class="checkbox-list">
<p>
<span class="fake-checkbox"></span> draft of the order sought;
{% checkbox True %} draft of the order sought;
</p>
<p>
<span class="fake-checkbox"></span> proof that the case is an undefended family law case;
{% checkbox True %} proof that the case is an undefended family law case;
</p>
<p>
<span class="fake-checkbox"></span> certificate of the registrar in Form F36;
{% checkbox True %} certificate of the registrar in Form F36;
</p>
<p>
<span class="fake-checkbox"></span> filing fee.
{% checkbox True %} filing fee.
</p>
<p>
<span class="fake-checkbox"></span> proof of service of the notice of family claim or counterclaim, as the case may be.
{% checkbox True %} proof of service of the notice of family claim or counterclaim, as the case may be.
</p>
<p>
<span class="fake-checkbox"></span> Child Support Affidavit in Form F37.
{% checkbox False %} Child Support Affidavit in Form F37.
</p>
<p>
<span class="fake-checkbox"></span> affidavit in Form F38.
{% checkbox True %} affidavit in Form F38.
</p>
</div>
@ -108,8 +109,8 @@
<td class="sig-col4 sig-line-text">
<p>Signature of</p>
<p style="white-space: nowrap">
<span class="fake-checkbox"></span> filing party
<span class="fake-checkbox"></span> lawyer for filing party(ies)
{% checkbox False %} filing party
{% checkbox False %} lawyer for filing party(ies)
</p>
</td>
<td class="sig-col3"></td>
@ -137,9 +138,9 @@
<td class="sig-col4 sig-line-text">
<p>Signature of</p>
<p style="white-space: nowrap">
<span class="fake-checkbox"></span> filing party
<span class="fake-checkbox"></span> lawyer for filing party(ies)
</p>
{% checkbox False %} filing party
{% checkbox False %} lawyer for filing party(ies)
</p>
</td>
<td class="sig-col3"></td>
<td class="sig-col5 sig-line-text">


Loading…
Cancel
Save