Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
388ed865
Commit
388ed865
authored
Dec 12, 2016
by
Edward Zarecor
Committed by
GitHub
Dec 12, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14131 from edx/e0d/sec-223
Add method attribute to make sure login, registration, password_reset…
parents
0795e514
296faa54
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
lms/templates/financial-assistance/financial_assessment_form.underscore
+1
-1
lms/templates/student_account/login.underscore
+1
-1
lms/templates/student_account/password_reset.underscore
+1
-1
lms/templates/student_account/register.underscore
+1
-1
No files found.
lms/templates/financial-assistance/financial_assessment_form.underscore
View file @
388ed865
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<% }); %>
<% }); %>
</div>
</div>
<form class="financial-assistance-form">
<form class="financial-assistance-form"
method="POST"
>
<div class="status submission-error hidden" aria-live="polite">
<div class="status submission-error hidden" aria-live="polite">
<h4 class="message-title"><%- gettext('Unable to submit application') %></h4>
<h4 class="message-title"><%- gettext('Unable to submit application') %></h4>
<ul class="message-copy"></ul>
<ul class="message-copy"></ul>
...
...
lms/templates/student_account/login.underscore
View file @
388ed865
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</div>
</div>
<% } %>
<% } %>
<form id="login" class="login-form" tabindex="-1">
<form id="login" class="login-form" tabindex="-1"
method="POST"
>
<div class="section-title lines">
<div class="section-title lines">
<h2>
<h2>
...
...
lms/templates/student_account/password_reset.underscore
View file @
388ed865
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<ul class="message-copy"></ul>
<ul class="message-copy"></ul>
</div>
</div>
<form id="password-reset" class="password-reset-form" tabindex="-1">
<form id="password-reset" class="password-reset-form" tabindex="-1"
method="POST"
>
<div class="section-title lines">
<div class="section-title lines">
<h2>
<h2>
...
...
lms/templates/student_account/register.underscore
View file @
388ed865
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<ul class="message-copy"></ul>
<ul class="message-copy"></ul>
</div>
</div>
<form id="register" class="register-form" autocomplete="off" tabindex="-1">
<form id="register" class="register-form" autocomplete="off" tabindex="-1"
method="POST"
>
<% if (context.errorMessage) { %>
<% if (context.errorMessage) { %>
<div class="status submission-error">
<div class="status submission-error">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment