add boutons import

This commit is contained in:
Pierre-antoine Comby 2020-02-23 18:45:21 +01:00
parent 126686ab03
commit b18e5b03a4
2 changed files with 65 additions and 46 deletions

View file

@ -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,