Migration to add custom_clauses to TO; form fixes

This commit is contained in:
Montana
2019-01-30 11:48:13 -05:00
parent be003c1821
commit 40780bf244
5 changed files with 49 additions and 15 deletions

View File

@@ -213,7 +213,8 @@
{{ form.pdf.label }}
{{ form.pdf.description }}
{{ form.pdf }}
{{ TextInput(form.to_number) }}
{{ TextInput(form.number) }}
{{ TextInput(form.loa) }}
{{ TextInput(form.custom_clauses, paragraph=True) }}