version alpha
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user