Changeset 7554


Ignore:
Timestamp:
2 Feb 2012, 08:38:36 (13 years ago)
Author:
Henrik Bettermann
Message:

Try to be more consistent with notation.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/students
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/setpassword.pt

    r7464 r7554  
    2626  </table>
    2727  <input type="submit" name="SUBMIT" class="btn primary"
    28          value="Show Student Id and set password" />
     28         value="Set" />
    2929</form>
    3030<div><h3>Instructions:</h3>
     
    3434    <li> Enter your (JAMB) registration number and the access code.
    3535    </li>
    36     <li> After pressing the button, your Student Id will be displayed
     36    <li> After pressing the button, your student id will be displayed
    3737    and your password set. The 10-digit part of the access code just
    3838    used is your new password.
  • main/waeup.sirp/trunk/src/waeup/sirp/students/interfaces.py

    r7549 r7554  
    452452
    453453    email = schema.ASCIILine(
    454         title = u'Email',
     454        title = u'Email Address',
    455455        required = True,
    456456        constraint=validate_email,
Note: See TracChangeset for help on using the changeset viewer.