Changement sur template

This commit is contained in:
Ambulance Clerc
2023-09-12 11:51:50 +02:00
parent 9f9ca417c5
commit a4b5c7964a
2 changed files with 7 additions and 7 deletions

View File

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