def form_during(request, key):
if WTEM_CONTEST_STAGE != 'during':
if request.META['REMOTE_ADDR'] != getattr(settings, 'WTEM_CONTEST_IP_ALLOW', 'xxx'):
def form_during(request, key):
if WTEM_CONTEST_STAGE != 'during':
if request.META['REMOTE_ADDR'] != getattr(settings, 'WTEM_CONTEST_IP_ALLOW', 'xxx'):