1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 19:22:51 +02:00

Scholarships are not unique

This commit is contained in:
Yohann D'ANELLO
2021-01-18 21:29:42 +01:00
parent 4cd1e43564
commit 38dc00b2c9
2 changed files with 1 additions and 2 deletions

View File

@ -320,7 +320,6 @@ class Payment(models.Model):
verbose_name=_("scholarship file"),
help_text=_("only if you have a scholarship."),
upload_to=get_scholarship_filename,
unique=True,
blank=True,
default="",
)