Commit ad3c11e5 by Will Daly

Merge pull request #5892 from edx/will/logistration-remove-whitespace-from-form

Logistration: Remove extra whitespace from textarea fields in registration form
parents a13f4f2f dca9a554
......@@ -28,8 +28,7 @@
data-errormsg-<%= type %>="<%= msg %>"
<% });
} %>
<% if ( required ) { %> required<% } %> >
</textarea>
<% if ( required ) { %> required<% } %> ></textarea>
<% } else { %>
<input id="<%= form %>-<%= name %>"
type="<%= type %>"
......
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