diff options
Diffstat (limited to 'templates/registration/activate.html')
-rw-r--r-- | templates/registration/activate.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/registration/activate.html b/templates/registration/activate.html new file mode 100644 index 0000000..f87d519 --- /dev/null +++ b/templates/registration/activate.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block title %} +registration_form.html | {{ block.super }} +{% endblock %} + +{% block header %} +<h1>activate.html</h1> +{% endblock %} + +{% block content %} +You are now activated. +{% endblock %}
\ No newline at end of file |