$(document).ready(function(){
	$('#supportForm').djangoAjaxForm({
		submit : function(){
			//if($('#id_agree', '#signupForm').val() == 'True')return true;
			return true;
		}
	});
});