Skip to content

Commit

Permalink
Remove * character from email field label
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Jan 16, 2025
1 parent 07741cd commit 93e644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class RequestAccessForm(FlaskForm):
# "Organisational Affiliation*", validators=[DataRequired()]
# )
email = EmailField(
"Email (to receive the link to the data file)*",
"Email (to receive the link to the data file)",
validators=[DataRequired(), Email()],
)
# contact = RadioField(
Expand Down

0 comments on commit 93e644e

Please sign in to comment.