Skip to content

Instantly share code, notes, and snippets.

@ddahan
Created January 4, 2017 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddahan/68c6e12a14d76f8bb3a7cdc8d0d0e35e to your computer and use it in GitHub Desktop.
Save ddahan/68c6e12a14d76f8bb3a7cdc8d0d0e35e to your computer and use it in GitHub Desktop.
url(r'^email_verification/(?P<token>[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$', views.email_verification, name='email_verification')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment