window.onload = function() {
  document.getElementById('id_email_address').focus();    
}


