~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/user-edit.html

  • Committer: William Grant
  • Date: 2009-06-29 10:16:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1324.
  • Revision ID: grantw@unimelb.edu.au-20090629101653-ohpcav4dv84piye1
Link to +changepassword on +edit where appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  <body>
7
7
    <h1>Edit profile of ${user.nick}</h1>
8
8
    <div id="ivle_padding">
9
 
      <p>${user.fullname} (<b>${user.login}</b><py:if test="user.studentid"> / ${user.studentid}</py:if>)</p>
 
9
      <p>
 
10
        ${user.fullname} (<b>${user.login}</b><py:if test="user.studentid"> / ${user.studentid}</py:if>)
 
11
        <a py:if="user.passhash" href="/~${user.login}/+changepassword">(change password)</a>
 
12
      </p>
 
13
    
10
14
      <p py:if="user.admin">Privilege: <strong>IVLE administrator</strong></p>
11
15
 
12
16
      <form action="" method="post">