added LICENSE, updated settings, added user registration complete template
[myslice.git] / portal / templates / user_register_complete.html
diff --git a/portal/templates/user_register_complete.html b/portal/templates/user_register_complete.html
new file mode 100644 (file)
index 0000000..9e134cf
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "layout-unfold1.html" %}
+
+{% block unfold1_main %}
+
+  <h1>User registration complete !</h1>
+
+You will receive an email with further instructions.
+{% endblock %}