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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/offering-form.html

  • Committer: Matt Giuca
  • Date: 2010-02-24 13:04:11 UTC
  • mfrom: (1700 trunk)
  • mto: This revision was merged to the branch mainline in revision 1701.
  • Revision ID: matt.giuca@gmail.com-20100224130411-s7acw3afckv8rudh
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
            <input type="text" id="url" name="url" />
40
40
            <span py:if="'url' in errors" class="form_error">${errors.url}.</span>
41
41
          </div>
 
42
        <div>
 
43
          <label for="show_worksheet_marks">Show worksheet marks:</label>
 
44
          <input type="checkbox" name="show_worksheet_marks" id="show_worksheet_marks" />
 
45
          <span py:if="'show_worksheet_marks' in errors" class="form_error">${errors.show_worksheet_marks}</span>
 
46
        </div>
42
47
          <div class="submit form_error" py:if="defined('error_value')" py:content="error_value" />
43
48
          <div class="submit">
44
49
            <input type="submit" value="${submit_button_label}" />