From: Sofia Papagiannaki Date: Thu, 2 Feb 2012 13:53:38 +0000 (+0200) Subject: fix thank you page X-Git-Tag: astakos/v0.1.0~32 X-Git-Url: https://code.grnet.gr/git/astakos/commitdiff_plain/5260c39f737953cf1eadf54f4e9f9b6706fd6a1c fix thank you page --- diff --git a/astakos/im/templates/signup_complete.html b/astakos/im/templates/signup_complete.html new file mode 100644 index 0000000..dc49162 --- /dev/null +++ b/astakos/im/templates/signup_complete.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block title%} +

Thank you

+{% endblock title%} \ No newline at end of file