1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

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,