version alpha

This commit is contained in:
brocasm
2023-09-10 22:51:14 +02:00
parent b34b0bde25
commit 3e80787a8f
4 changed files with 146 additions and 133 deletions

View File

@@ -6,7 +6,7 @@
<div class="row">
<div class="col">
{% if object_list %}
{% for obj in object_list reversed %}
{% for obj in my_objects reversed %}
{% include 'studenteval/cl_student_eval.html' with object=obj %}
{% if not forloop.last %}
<hr>{% endif %}