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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-02-24 12:09:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1698.
  • Revision ID: grantw@unimelb.edu.au-20100224120926-rsi5fhq6yfhskpid
Hide marks (out of five) unless enabled by the offering.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
                  Total exercises completed: ${exercises_done}/${exercises_total} (${exercises_pct}%)
121
121
                </li>
122
122
              </ul> 
123
 
              <p>
 
123
              <p py:if="context.show_worksheet_marks">
124
124
                <span style="font-weight: bold;">Mark:</span> ${worksheet_mark}/${worksheet_max_mark}
125
125
              </p>
126
126
            </py:if>