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  
    6868$register 
    6969<br><br><br> 
    7070<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 
    7272</span> 
    7373</td> 
    7474</tr> 
  • a/notebook/templates/register.template

    old new  
    9393<input type="password" name="retype_password" class="entry" /> 
    9494$confirm_pass_error 
    9595</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 
    10197</ol> 
    10298<input type="submit" value="Create account" class="button" /> 
    10399<input type="button" value="Cancel" style="margin-left:10px" onClick="parent.location='/'" class="button" />