function partyLogo() {

function onLogoChange() {
    $(this).parents('form').get(0).submit();
}


$("#fid_logo").change(onLogoChange);


}