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:
@ -370,7 +370,7 @@ class Payment(models.Model):
|
||||
)
|
||||
|
||||
valid = models.BooleanField(
|
||||
verbose_name=_("valid"),
|
||||
verbose_name=_("payment valid"),
|
||||
null=True,
|
||||
default=False,
|
||||
)
|
||||
|
Reference in New Issue
Block a user