diff options
Diffstat (limited to 'templates/registration/activate.html')
-rw-r--r-- | templates/registration/activate.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/registration/activate.html b/templates/registration/activate.html new file mode 100644 index 0000000..27181d5 --- /dev/null +++ b/templates/registration/activate.html @@ -0,0 +1,4 @@ +{% extends 'base.html' %} +{% block content %} +Your account has been successfully activated. +{% endblock %} |