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

« back to all changes in this revision

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

Omit the group size limit text when there isn't one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    <h3 py:when="None">
7
7
      Solo projects
8
8
    </h3>
 
9
    <h3 py:when="0">
 
10
      Group projects
 
11
      <a href="+groups">(administer groups)</a>
 
12
    </h3>
9
13
    <h3 py:otherwise="">
10
14
      Group projects - up to ${group_size} students per group
11
15
      <a href="+groups">(administer groups)</a>