Skip to content

Commit 0c6d2c6

Browse files
Merge pull request #43 from change/2023-Sophomore
Changed 22 to 24. Changed backend form regex.
2 parents 4a599ed + 411dbc6 commit 0c6d2c6

File tree

5 files changed

+28428
-7
lines changed

5 files changed

+28428
-7
lines changed

forms/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Registeration(models.Model):
3939
RegexValidator(
4040
regex=r'^[2][3][a-zA-Z]{3}\d{3}@nith[.]ac[.]in$',
4141
message=
42-
"Only freshers with correct college email addresses are authorised."
42+
"Only Sophomores with correct college email address are authorised."
4343
)
4444
],
4545
)

0 commit comments

Comments
 (0)