add boutons import
This commit is contained in:
parent
126686ab03
commit
b18e5b03a4
2 changed files with 65 additions and 46 deletions
|
|
@ -43,6 +43,7 @@ class TransactionTemplate(models.Model):
|
|||
verbose_name=_('name'),
|
||||
max_length=255,
|
||||
unique=True,
|
||||
error_messages={'unique':_("A template with this name already exist")},
|
||||
)
|
||||
destination = models.ForeignKey(
|
||||
NoteClub,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue