Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Fix label for attribute (UniversityRadioYork#332)
Browse files Browse the repository at this point in the history
Not properly matched to input, hurts accessibility etc.
  • Loading branch information
RandoomJD authored Sep 30, 2023
1 parent 80800bf commit 27513a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/getinvolved.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<input type="text" id="sname" name="sname" class="form-control">
</div>
<div class="form-group">
<label for="text">York Email</label>
<label for="eduroam">York Email</label>
<div class="input-group">
<input type="text" id="eduroam" name="eduroam" class="form-control" placeholder="abc123">
<span class="input-group-addon">@york.ac.uk</span>
Expand Down

0 comments on commit 27513a7

Please sign in to comment.