Skip to content

Commit

Permalink
Merge pull request #43 from change/2023-Sophomore
Browse files Browse the repository at this point in the history
Changed 22 to 24. Changed backend form regex.
  • Loading branch information
mehulambastha authored Aug 1, 2024
2 parents 4a599ed + 411dbc6 commit 0c6d2c6
Show file tree
Hide file tree
Showing 5 changed files with 28,428 additions and 7 deletions.
2 changes: 1 addition & 1 deletion forms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Registeration(models.Model):
RegexValidator(
regex=r'^[2][3][a-zA-Z]{3}\d{3}@nith[.]ac[.]in$',
message=
"Only freshers with correct college email addresses are authorised."
"Only Sophomores with correct college email address are authorised."
)
],
)
Expand Down
Loading

0 comments on commit 0c6d2c6

Please sign in to comment.