web/ldt/user/templates/registration/activation_complete.html
author veltr
Fri, 04 Oct 2013 11:26:40 +0200
changeset 101 05c1161fa501
parent 0 ecdfc63274bf
permissions -rw-r--r--
Added "aggressive filtering"

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

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

{% endblock%}