Commit 87435565 by Sarina Canelake

Merge pull request #4911 from edx/sarina/a11y-extensions

Add placeholders for text input on Extensions dash feature
parents 6a975323 fadade48
......@@ -12,7 +12,7 @@
<p>
${_("Specify the {platform_name} email address or username of a student "
"here:").format(platform_name=settings.PLATFORM_NAME)}
<input type="text" name="student">
<input type="text" name="student" placeholder="${_("Student Email or Username")}">
</p>
<p>
${_("Choose the graded unit:")}
......@@ -67,7 +67,7 @@
<p>
${_("Specify the {platform_name} email address or username of a student "
"here:").format(platform_name=settings.PLATFORM_NAME)}
<input type="text" name="student">
<input type="text" name="student" placeholder="${_("Student Email or Username")}">
<input type="button" name="show-student-extensions"
value="${_("List date extensions for student")}"
data-endpoint="${section_data['show_student_extensions_url']}">
......@@ -90,7 +90,7 @@
<p>
${_("Specify the {platform_name} email address or username of a student "
"here:").format(platform_name=settings.PLATFORM_NAME)}
<input type="text" name="student">
<input type="text" name="student" placeholder="${_("Student Email or Username")}">
</p>
<p>
${_("Choose the graded unit:")}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment