Browse Source

DIV-104 added date and URL to pdf templates

pull/160/head
Foley Lynn 8 years ago
parent
commit
5c3692d348
5 changed files with 12 additions and 8 deletions
  1. +2
    -0
      edivorce/apps/core/templates/pdf/form1.html
  2. +2
    -1
      edivorce/apps/core/templates/pdf/form35.html
  3. +3
    -2
      edivorce/apps/core/templates/pdf/form36.html
  4. +3
    -2
      edivorce/apps/core/templates/pdf/form38.html
  5. +2
    -3
      edivorce/apps/core/templates/pdf/form52.html

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

@ -473,6 +473,8 @@
</tr>
</tbody>
</table>
<hr />
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>

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

@ -109,7 +109,8 @@
<p class="text-right">
<span class="form-entry not-complete">[<em>type or print name</em>]</span>
</p>
<hr />
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>

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

@ -59,8 +59,9 @@
</tr>
</tbody>
</table>
</div>
<hr />
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>
</html>

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

@ -199,8 +199,9 @@
<p>
<span class="form-entry not-complete">&nbsp;</span>[<em>print name or affix stamp of commissioner</em>]<span class="form-entry not-complete">&nbsp;</span>
</p>
</div>
<hr />
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>
</html>

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

@ -144,9 +144,8 @@
</td>
</tr>
</table>
<hr />
<small>Printed on {% now "F jS, Y" %} from https://justice.gov.bc.ca/divorce</small>
</div>
</body>

Loading…
Cancel
Save