web/ldt/user/templates/registration/activation_complete.html
author samuel huron <admin@cybunk.com>
Mon, 14 Jun 2010 15:18:58 +0200
changeset 39 b620041cc891
parent 0 ecdfc63274bf
permissions -rw-r--r--
update to augmented player (manage streamer)

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

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

{% endblock%}