Some more redirects. Editing user settings does not work. Overhauled adding a new...
[~kgodey/maayanwich.git] / templates / usercreated.html
diff --git a/templates/usercreated.html b/templates/usercreated.html
new file mode 100644 (file)
index 0000000..bf0e919
--- /dev/null
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% block title %}Welcome!{% endblock %}
+
+{% block content %}
+       <h1 class="pagetitle">Registration successful!</h1>
+{% endblock %}
\ No newline at end of file