# HG changeset patch # User cavaliet # Date 1313153044 -7200 # Node ID 1cc949de2d1f11ff5d5d54976cd475116cd7ed2a # Parent e9f11d142db54a7b915ae5dff7f6070d09cd8615 Useless code removed. Iri group finally removed from the model. User's templates cleaned. Little css changed for home. diff -r e9f11d142db5 -r 1cc949de2d1f src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/workspace_base.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/workspace_base.html Wed Aug 10 16:45:51 2011 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/workspace_base.html Fri Aug 12 14:44:04 2011 +0200 @@ -51,8 +51,7 @@




{% trans "Please enter your new e-mail twice so we can verify you typed it in correctly." %}
+{% block content %} +{{ block.super }} +{% if form %} +{% trans "Please enter your new e-mail twice so we can verify you typed it in correctly." %}. {% trans "Your actual email address is" %} : {{ user.email }}.
+{% else %} +{% trans "Your new email address has been saved." %}
+{% endif %} {% endblock%} diff -r e9f11d142db5 -r 1cc949de2d1f src/ldt/ldt/user/templates/ldt/user/change_email_done.html --- a/src/ldt/ldt/user/templates/ldt/user/change_email_done.html Wed Aug 10 16:45:51 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -{% extends "ldt/user/user_base.html" %} -{# if email is changed successfully, retrun this page #} -{% load i18n %} -{% block breadcrumb %} - -{% trans "email changed" %}
-{% trans "back to profile" %} -{% endblock %} diff -r e9f11d142db5 -r 1cc949de2d1f src/ldt/ldt/user/templates/ldt/user/change_password.html --- a/src/ldt/ldt/user/templates/ldt/user/change_password.html Wed Aug 10 16:45:51 2011 +0200 +++ b/src/ldt/ldt/user/templates/ldt/user/change_password.html Fri Aug 12 14:44:04 2011 +0200 @@ -1,20 +1,7 @@ {% extends "ldt/user/user_base.html" %} -{# form of email address's change #} +{# form of password change #} {% load i18n %} -{% block breadcrumb %} - -{% trans "Your new password has been saved." %}
+{% endif %} {% endblock%} diff -r e9f11d142db5 -r 1cc949de2d1f src/ldt/ldt/user/templates/ldt/user/home.html --- a/src/ldt/ldt/user/templates/ldt/user/home.html Wed Aug 10 16:45:51 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -{% extends "ldt/ldt_base.html" %} -{% load i18n %} - -{% block title %}Home{% endblock %} - -{% block content_base %} - -Welcome
-