diff --git a/website/templates/contributor_stats.html b/website/templates/contributor_stats.html index f3afc61cc..58f6adbf1 100644 --- a/website/templates/contributor_stats.html +++ b/website/templates/contributor_stats.html @@ -53,7 +53,7 @@ {% for user, stats in user_stats.items %} - + {{ user }} @@ -84,7 +84,7 @@ {% empty %} - + No activity found. {% endfor %}