web/ldt/user/templates/registration/activation_complete.html
author ymh <ymh.work@gmail.com>
Mon, 12 Jul 2010 12:01:22 +0200
changeset 57 3a3c15c462f8
parent 0 ecdfc63274bf
permissions -rw-r--r--
Merge with da0957782d03935d99e10137f123191a9c843391

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

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

{% endblock%}