cleaned up index.html
This commit is contained in:
		
					parent
					
						
							
								9333532662
							
						
					
				
			
			
				commit
				
					
						8ec290a59f
					
				
			
		
					 1 changed files with 1 additions and 43 deletions
				
			
		| 
						 | 
					@ -224,7 +224,7 @@
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div> --> -->
 | 
					    </div> -->
 | 
				
			||||||
    <!-- /.content-section-a -->
 | 
					    <!-- /.content-section-a -->
 | 
				
			||||||
      <!-- / contact section -->
 | 
					      <!-- / contact section -->
 | 
				
			||||||
    <div class="full-contact-section">
 | 
					    <div class="full-contact-section">
 | 
				
			||||||
| 
						 | 
					@ -266,47 +266,5 @@
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <script type="text/javascript">
 | 
					 | 
				
			||||||
        $(document).ready(function(){
 | 
					 | 
				
			||||||
            $.validator.setDefaults({
 | 
					 | 
				
			||||||
                ignore: []
 | 
					 | 
				
			||||||
            });
 | 
					 | 
				
			||||||
            $('#order_form').validate({
 | 
					 | 
				
			||||||
                wrapper: 'div',
 | 
					 | 
				
			||||||
                errorLabelContainer: "#error_message_box",
 | 
					 | 
				
			||||||
                rules: {
 | 
					 | 
				
			||||||
                    name: {
 | 
					 | 
				
			||||||
                        required: true,
 | 
					 | 
				
			||||||
                        minlength: 3
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    email: {
 | 
					 | 
				
			||||||
                        required: true,
 | 
					 | 
				
			||||||
                        email: true
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                messages: {
 | 
					 | 
				
			||||||
                    name: "Please enter your name",
 | 
					 | 
				
			||||||
                    email: "Please enter a valid email address"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                submitHandler: function (form) {
 | 
					 | 
				
			||||||
                    return true;
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            });
 | 
					 | 
				
			||||||
        });
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        window.onload=function(){
 | 
					 | 
				
			||||||
          $('.selectpicker').selectpicker({
 | 
					 | 
				
			||||||
               style: 'btn-link',
 | 
					 | 
				
			||||||
               windowPadding: 10,
 | 
					 | 
				
			||||||
          });
 | 
					 | 
				
			||||||
          $.ajax({
 | 
					 | 
				
			||||||
            url: "{% url 'datacenterlight:beta_access' %}",
 | 
					 | 
				
			||||||
                context: document.body
 | 
					 | 
				
			||||||
            }).done(function(response) {
 | 
					 | 
				
			||||||
                $('#beta_access_form').html(response);
 | 
					 | 
				
			||||||
          });
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
    </script>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    <!-- /.banner -->
 | 
					    <!-- /.banner -->
 | 
				
			||||||
    {% endblock %}
 | 
					    {% endblock %}
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue