summaryrefslogtreecommitdiff
path: root/gstudio/templates/registration/registration_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/registration/registration_complete.html')
-rw-r--r--gstudio/templates/registration/registration_complete.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/gstudio/templates/registration/registration_complete.html b/gstudio/templates/registration/registration_complete.html
new file mode 100644
index 0000000..3d3d950
--- /dev/null
+++ b/gstudio/templates/registration/registration_complete.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+<p>{% trans "You are now registered. Activation email sent." %}</p>
+{% endblock %}