Create Text for New User Registration Email Verification
The Codebuddies New User Registration flow will be requiring that a user verify the email they used for signup. The current default email being sent is insufficient/inaccurate, and should be edited/wordsmithed:

The files that control this text can be found under:
project/core/templates/account/email/email_confirmation_subject.txt
project/core/templates/account/email/email_confirmation_message.txt
They use Djangos Templating language for variables and data. Some additional links for templating:
CAVEAT
While these emails will need to be done regardless, and will need to be in the Django Template language, the location of these may change pending a decision on our use of django-rest-auth vs dojser vs another registration flow. Please refer to discussion #178 for context, details, and decisions.