Add prefix to invoice form
This commit is contained in:
parent
c3c328fdd6
commit
14fa4b38d0
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ class Invoice(models.Model):
|
||||||
|
|
||||||
class InvoiceForm(ModelForm):
|
class InvoiceForm(ModelForm):
|
||||||
template_name = "main/form.html"
|
template_name = "main/form.html"
|
||||||
|
prefix = "invoice"
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Invoice
|
model = Invoice
|
||||||
|
|
Loading…
Reference in a new issue