diff --git a/frx_challenges/web/templates/results.html b/frx_challenges/web/templates/results.html index 86c2780..5f8e46b 100644 --- a/frx_challenges/web/templates/results.html +++ b/frx_challenges/web/templates/results.html @@ -38,11 +38,11 @@

Leaderboard

{% for result in results %} + {{ result.submission.created_at|date:"c" }} {{ result.submission.name }} {% for m in result.metadata %}{{ m }}{% endfor %} - {{ result.submission.created_at|date:"c" }} {% for r in result.best_version.latest_evaluation.ordered_results %} {% if r %}{{ r }}{% endif %}