Commit 23b75631 by Pavel Yushchenko

fixes

parent b34ac22a
...@@ -21,10 +21,9 @@ ...@@ -21,10 +21,9 @@
<div id="register_error" name="register_error"></div> <div id="register_error" name="register_error"></div>
<div class="input-group"> <div class="input-group">
% if has_extauth_info is UNDEFINED:
<span class="field required text" id="field-lastname"> <span class="field required text" id="field-lastname">
<label data-field="email" for="signup_email">${_('E-mail')}</label> <label data-field="email" for="signup_email">${_('E-mail')}</label>
<input id="signup_email" type="email" name="email" placeholder="${_('e.g. yourname@domain.com')}" required /> <input id="signup_email" type="email" name="email" placeholder="${_('e.g. yourname@domain.com')}" required />
</span> </span>
<label data-field="password" for="signup_password">${_('Password')}</label> <label data-field="password" for="signup_password">${_('Password')}</label>
<input id="signup_password" type="password" name="password" placeholder="&bull;&bull;&bull;&bull;&bull;&bull;&bull;&bull;" required /> <input id="signup_password" type="password" name="password" placeholder="&bull;&bull;&bull;&bull;&bull;&bull;&bull;&bull;" required />
......
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