Skip to content

Commit

Permalink
Allow empty registration link (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe authored May 18, 2024
1 parent 8da5581 commit bf589c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions competition/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class Meta:
"competition.RegistrationLink",
on_delete=models.SET_NULL,
null=True,
blank=True
)

objects = ActiveQuerySet.as_manager()
Expand Down

0 comments on commit bf589c8

Please sign in to comment.