from django.shortcuts import render
def monitor_statistics(request):
return render(request, 'polls/monitor_statistics.html')