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

« back to all changes in this revision

Viewing changes to ivle/webapp/groups/template.html

  • Committer: matt.giuca
  • Date: 2009-02-25 00:39:23 UTC
  • Revision ID: svn-v4:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1203
Groups page: Fixed check for the "you are not enrolled in any subjects"
    message (now displays correctly).

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  </head>
6
6
  <body>
7
7
    <div id="ivle_padding">
8
 
      <p py:if="not enrolments">Error: You are not currently enrolled in any subjects.</p>
 
8
      <p py:if="enrolments.count() == 0">Error: You are not currently enrolled in any subjects.</p>
9
9
      <py:for each="enrolment in enrolments">
10
10
        <div id="subject${enrolment.offering.id}" class="subject">
11
11
          <h1>${enrolment.offering.subject.name}</h1>