Commit 7c528617 authored by Michal Čihař's avatar Michal Čihař

Use better message for failing checks page

parent 5f9245dd
......@@ -73,7 +73,7 @@ def show_checks(request):
'''
return render_to_response('checks.html', RequestContext(request, {
'checks': Check.objects.filter(ignore = False).values('check').annotate(count = Count('id')),
'title': _('Checks'),
'title': _('Failing checks'),
}))
def show_check(request, name):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment