author | hg@fossee.in |
Mon, 12 Oct 2009 07:37:33 -0400 | |
changeset 24 | b5d61c5f10ac |
parent 5 | 7358eeae14d8 |
permissions | -rwxr-xr-x |
{% extends "index.html" %} {% load i18n %} {% block centercontent %} <h2>{% trans "Thank you for registering" %}</h2> {% if p %} <p>{% trans "Dear" %} {{ p.username }}, We will keep you posted regarding the latest activity.</p> {% else %} <p>{% trans "something went wrong" %}</p> {% endif %} {% endblock %}