Skip to content

Commit

Permalink
Partial revert 769d983 which deleted more than it meant to
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Sep 23, 2023
1 parent 5a54092 commit 7d2f8d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions training/templates/level_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ <h4 class="card-header">Description</h4>
</tr>
{% endfor %}
<tr><th colspan="3" class="text-center">{{object}}</th></tr>
<tr>
<td><ul class="list-unstyled">{% for req in object.started_requirements %}<li>{{ req.item }} {% user_has_qualification u req.item 0 %}</li>{% endfor %}</ul></td>
<td><ul class="list-unstyled">{% for req in object.complete_requirements %}<li>{{ req.item }} {% user_has_qualification u req.item 1 %}</li>{% endfor %}</ul></td>
<td><ul class="list-unstyled">{% for req in object.passed_out_requirements %}<li>{{ req.item }} {% user_has_qualification u req.item 2 %}</li>{% endfor %}</ul></td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 7d2f8d2

Please sign in to comment.