Refactor approval queue to display last meaningful status #94
@ -35,7 +35,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for stats in object_list %}
|
||||
{% with extension=stats.extension%}
|
||||
{% with extension=stats.extension %}
|
||||
{% include 'reviewers/components/review_list_item.html' with extension=extension stats=stats %}
|
||||
{% endwith %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user