diff options
Diffstat (limited to 'templates/registration/registration_complete.html')
-rw-r--r-- | templates/registration/registration_complete.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html new file mode 100644 index 0000000..47ee3f2 --- /dev/null +++ b/templates/registration/registration_complete.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block title %}Patchwork Registration{% endblock %} +{% block heading %}Patchwork Registration{% endblock %} + +{% block body %} + + <p>Registration successful!</p> + <p>A confirmation email has been sent to your email address. You'll + need to visit the link provided in that email to actiavate your + patchwork account.</p> + +{% endblock %} |