django error quote_from_bytes() expected bytes code example
Example: quote_from_bytes() expected bytes
# get_success_url should just return the URL to redirect to, not the redirect response
return '{}#education'.format(reverse('profile', kwargs={'pk': pk}))