Change $post->post_parent == registration to is_page( 'registration' ), and use wp_enqueue_scripts instead of wp_print_scripts/styles.
Change $post->post_parent == registration to is_page( 'registration' ), and use wp_enqueue_scripts instead of wp_print_scripts/styles.