diff options
Diffstat (limited to 'templates/registration/registration_complete.html')
-rw-r--r-- | templates/registration/registration_complete.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html new file mode 100644 index 0000000..53e85bc --- /dev/null +++ b/templates/registration/registration_complete.html @@ -0,0 +1,4 @@ +{% extends 'base.html' %} +{% block content %} +Please check your email for instructions on activating your account. +{% endblock %} |