web/ldt/user/templates/registration/activation_complete.html
author ymh <ymh.work@gmail.com>
Sat, 12 Jun 2010 04:25:05 +0200
changeset 0 cc4a51750724
permissions -rw-r--r--
first commit
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{% extends "registration/base.html" %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
{% load i18n %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
{% block content_title %}{% trans 'Sign up successfully' %}{% endblock %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
{% block iricontent %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
<p> {% trans "activation completed" %}</p>
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
{% endblock%}