1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 06:36:35 +02:00

Improve payment admin page

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2023-04-05 10:44:27 +02:00
parent dfc45dbc93
commit 16c4376941
4 changed files with 26 additions and 9 deletions

View File

@ -370,7 +370,7 @@ class Payment(models.Model):
)
valid = models.BooleanField(
verbose_name=_("valid"),
verbose_name=_("payment valid"),
null=True,
default=False,
)