Skip to content

Commit c95b442

Browse files
Fixup
1 parent 5c5541a commit c95b442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block main %}
44
<div>
55
<div class="row">
6-
{% for project in completion_progress | sort(attribute='completion,translators.number') | reverse %}
6+
{% for project in completion_progress | sort(attribute='completion') | reverse %}
77
<div class="col-12 col-sm-6 col-md-4 d-flex">
88
<div class="card shadow mb-3 w-100">
99
<div class="card-body">

0 commit comments

Comments
 (0)