template/regthank.html
author Shantanu <shantanu@fossee.in>
Fri, 02 Oct 2009 18:31:55 +0530
changeset 14 9548d0ecc8d7
parent 5 7358eeae14d8
permissions -rwxr-xr-x
Added Organizers and corrected links.

{% 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 %}