author | Madhusudan.C.S <madhusudancs@gmail.com> |
Fri, 02 Oct 2009 11:23:03 -0400 | |
changeset 18 | 83ab2746fcc8 |
parent 5 | 7358eeae14d8 |
permissions | -rwxr-xr-x |
5 | 1 |
{% extends "index.html" %} |
2 |
{% load i18n %} |
|
3 |
{% block centercontent %} |
|
4 |
<h2>{% trans "Thank you for registering" %}</h2> |
|
5 |
||
6 |
{% if p %} |
|
7 |
<p>{% trans "Dear" %} {{ p.username }}, |
|
8 |
We will keep you posted regarding the latest activity.</p> |
|
9 |
{% else %} |
|
10 |
<p>{% trans "something went wrong" %}</p> |
|
11 |
{% endif %} |
|
12 |
{% endblock %} |