Skip to content
Snippets Groups Projects
Commit 1fe982fb authored by Adam Palay's avatar Adam Palay
Browse files

fix a11y error in help modal

parent 908371ea
No related merge requests found
......@@ -61,7 +61,7 @@ discussion_link = get_discussion_link(course) if course else None
<div id="feedback_error" class="modal-form-error" tabindex="-1"></div>
% if not user.is_authenticated():
<label data-field="name" for="feedback_form_name">${_('Name*')}</label>
<input name="name" type="text" id="feedback_form_email" aria-required="true">
<input name="name" type="text" id="feedback_form_name" aria-required="true">
<label data-field="email" for="feedback_form_email">${_('E-mail*')}</label>
<input name="email" type="text" id="feedback_form_email" aria-required="true">
% endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment