~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-26 08:06:58 UTC
  • Revision ID: grantw@unimelb.edu.au-20100226080658-a57yf98u8smthfym
Update role docs with per-exercise worksheet completion stats, and note that lecturers hold the policy-specific tutor permissions regardless of the policy setting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
          <span py:if="'user' in errors" class="form_error">${errors.user}.</span>
20
20
          <span py:if="'role' in errors" class="form_error">${errors.role}.</span>
21
21
          <br />
 
22
          <div class="form_error" py:if="defined('error_value')" py:content="error_value" />
22
23
          <input type="submit" value="Enrol" />
23
24
        </p>
24
25
      </form>