Ticket #3649: extcode-3649_2.patch
| File extcode-3649_2.patch, 1.5 kB (added by TimothyClemans, 4 months ago) |
|---|
-
a/notebook/templates/login.template
old new 68 68 $register 69 69 <br><br><br> 70 70 <a href='/pub'><b>Browse published Sage worksheets<br>(no login required)</b></a><br /><br/><br/> 71 <a href='/forgotpass'><b>Forgot password</b></a> 71 $forgot_pass 72 72 </span> 73 73 </td> 74 74 </tr> -
a/notebook/templates/register.template
old new 93 93 <input type="password" name="retype_password" class="entry" /> 94 94 $confirm_pass_error 95 95 </li> 96 <li><h2>Enter your e-mail address</h2> 97 <p>Your e-mail address is required for account confirmation and recovery. You will be emailed a confirmation link right after you successfully sign up.</p> 98 <input type="text" name="email" value="$email" class="entry" /> 99 $email_error 100 </li> 96 $email_box 101 97 </ol> 102 98 <input type="submit" value="Create account" class="button" /> 103 99 <input type="button" value="Cancel" style="margin-left:10px" onClick="parent.location='/'" class="button" />