web/ldt/user/templates/registration/activation_complete.html
author veltr
Tue, 13 Aug 2013 11:14:25 +0200
changeset 87 4dc63e325f48
parent 0 ecdfc63274bf
permissions -rw-r--r--
Removed editing functions

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

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

{% endblock%}