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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/enrol.html

  • Committer: William Grant
  • Date: 2010-02-11 05:27:24 UTC
  • Revision ID: grantw@unimelb.edu.au-20100211052724-171m0779yqzn1y1x
Add a setup.cfg with nose settings. You can now run the suite with 'IVLECONF=. nosetests'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
      <form action="" method="post">
10
10
        <p>
11
11
          <label for="user">Username:</label>
12
 
          <input type="text" id="user" name="user" />
 
12
          <input type="text" name="user" />
13
13
          <label for="role">Enrol as:</label>
14
 
          <select id="role" name="role">
 
14
          <select name="role">
15
15
            <option py:if="'enrol_student' in roles_auth" value="student" selected="selected">Student</option>
16
16
            <option py:if="'enrol_tutor' in roles_auth" value="tutor">Tutor</option>
17
17
            <option py:if="'enrol_lecturer' in roles_auth" value="lecturer">Lecturer</option>