Add form css
This commit is contained in:
parent
25482790dc
commit
30db14669f
5 changed files with 59 additions and 15 deletions
|
@ -48,7 +48,7 @@ class Transaction(models.Model):
|
|||
class TransactionForm(ModelForm):
|
||||
class Meta:
|
||||
model = Transaction
|
||||
fields = ["name", "description", "value", "date", "category"]
|
||||
fields = ["date", "name", "value", "trader", "category", "description"]
|
||||
|
||||
|
||||
class Invoice(models.Model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue