1👍
✅
You have an error in your url regex. Try the following:
url(r'^account_completion/(?P<user_id>\d+)/(?P<code>[-\w]+)$',
confirm_verification, name="confirmation_link"),
Source:stackexchange.com