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

« back to all changes in this revision

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

Fix ProjectView's total assigned count by dealing with ResultSets only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <h1>${project.name} for ${project.project_set.offering.subject.name}</h1>
8
8
    <div id="ivle_padding">
9
9
      <p>${project.synopsis}</p>
10
 
      <p>Submissions: ${len(submissions)}/${len(assigned)}</p>
 
10
      <p>Submissions: ${len(submissions)}/${assigned.count()}</p>
11
11
      <table border="1" summary="Latest Submissions" 
12
12
          py:if="len(submissions) > 0">
13
13
        <tr>