1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 01:58:23 +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

@ -323,7 +323,7 @@ class Participation(models.Model):
valid = models.BooleanField(
null=True,
default=None,
verbose_name=_("valid"),
verbose_name=_("valid team"),
help_text=_("The participation got the validation of the organizers."),
)