web/ldt/user/templates/registration/activation_complete.html
author samuel huron <admin@cybunk.com>
Thu, 17 Jun 2010 15:04:36 +0200
changeset 54 24397932219d
parent 0 ecdfc63274bf
permissions -rw-r--r--
Merge test

{% extends "registration/base.html" %}
{% load i18n %}

{% block content_title %}{% trans 'Sign up successfully' %}{% endblock %}
{% block iricontent %}
<p> {% trans "activation completed" %}</p>

{% endblock%}