diff --git a/templates/cheaters.html b/templates/cheaters.html index 3421026..e5ebedc 100644 --- a/templates/cheaters.html +++ b/templates/cheaters.html @@ -24,10 +24,10 @@ {% for cheater in cheaters %} {{ loop.index }} - {{ cheater.challenge_name() }} - {{ cheater.cheated_team_name() }} - {{ cheater.shared_team_name() }} - {{ cheater.shared_team_name() }} + {{ cheater.challenge.name }} + {{ cheater.cheater.name }} + {{ cheater.helper.name }} + {{ cheater.flag.content }} {{cheater.date}} {% endfor %}