web/ldt/user/templates/registration/activation_complete.html
author veltr
Wed, 04 Jul 2012 16:13:49 +0200
changeset 73 642ef9139fad
parent 0 ecdfc63274bf
permissions -rw-r--r--
Replaced "Production" by "Publication". Added beautiful arrows

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

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

{% endblock%}