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..552fa04 --- /dev/null +++ b/templates/registration/registration_complete.html @@ -0,0 +1,13 @@ +{% extends "base.html" %}
+
+{% block title %}
+registration_complete.html | {{ block.super }}
+{% endblock %}
+
+{% block header %}
+<h1>registration_complete.html</h1>
+{% endblock %}
+
+{% block content %}
+Thank you for signing up. An email with the activation code has been sent to your inbox.
+{% endblock %}
\ No newline at end of file |