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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-02-15 09:09:12 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215090912-wwq1vt21gn7mrqzr
Add a 'Create new subject' link to the offering add/edit form.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
              <option py:for="subject in subjects" value="${subject.short_name}">${subject.name}</option>
16
16
            </select>
17
17
            <span py:if="'subject' in errors" class="form_error">${errors.subject}.</span>
 
18
            <a class="addaction" href="/subjects/+new">Create new subject</a>
18
19
          </div>
19
20
          <div>
20
21
            <label for="semester">Semester:</label>