@staff_required
def grandchalls_round_results(request, round_number):
    round = Round(round_number)
    return render_to_response('grandchallenge/cpanel/grandchallenge_round_results.html', {'round': round, 'gc': GrandChallengeGame},
                              context_instance=RequestContext(request))