--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/ldt_utils/user/templates/iriuser/user/change_email_done.html Tue Jun 08 15:31:42 2010 +0200
@@ -0,0 +1,14 @@
+{% extends "ldt/user/user_base.html" %}
+{# if email is changed successfully, retrun this page #}
+{% load i18n %}
+{% block breadcrumb %}
+ <li></li>
+ <li><a href="{% url ldt.user.views.profile %}">{% trans "Profiles" %}</a></li>
+ <li>{% trans "email change" %}</li>
+{% endblock %}
+
+{% block content_title %}{% trans "email change" %}{% endblock %}
+{% block iricontent %}
+<p> {% trans "email changed" %}</p>
+<a href="{% url ldt.user.views.profile %}">{% trans "back to profile" %}</a>
+{% endblock %}