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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-07-21 04:21:50 UTC
  • Revision ID: matt.giuca@gmail.com-20100721042150-qovg2sth81sgbdq7
Project page: Replaced the confusing title 'Assigned submitters' with 'Expected submitters', and the heading 'assigned' with 'name'.

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>