fix thank you page
authorSofia Papagiannaki <papagian@gmail.com>
Thu, 2 Feb 2012 13:53:38 +0000 (15:53 +0200)
committerSofia Papagiannaki <papagian@gmail.com>
Thu, 2 Feb 2012 13:53:38 +0000 (15:53 +0200)
astakos/im/templates/signup_complete.html [new file with mode: 0644]

diff --git a/astakos/im/templates/signup_complete.html b/astakos/im/templates/signup_complete.html
new file mode 100644 (file)
index 0000000..dc49162
--- /dev/null
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block title%}
+        <h1>Thank you</h1>
+{% endblock title%}
\ No newline at end of file