From 730d87fe408a7badbd65896d13aab38f3b869af6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 19 Mar 2013 10:30:46 +0100 Subject: [PATCH] fix site.domain --- teleforma/templates/postman/email_user.txt | 4 ++-- teleforma/templates/postman/email_user_init.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/teleforma/templates/postman/email_user.txt b/teleforma/templates/postman/email_user.txt index 84537f35..f6ef1a41 100644 --- a/teleforma/templates/postman/email_user.txt +++ b/teleforma/templates/postman/email_user.txt @@ -13,11 +13,11 @@ {% else %}{% blocktrans with object.sender.first_name as first_name and object.sender.last_name as last_name %}You have received a message from {{ first_name }} {{ last_name }}.{% endblocktrans %} {% endif %}{% endif %}{% trans "You can read and respond to this message from your e-learning desk following this link:" %} -http://{{ site.name }}/messages/inbox/ +http://{{ site.domain }}/messages/inbox/ {# 'acceptance' #} {% trans "Thank you again for your interest in our services." %} {% trans "The site administrator" %} {% trans "of" %} {% organization %}. {% blocktrans %}Note: This message is issued by an automated system. -Do not reply, this would not be taken into account.{% endblocktrans %}{% endautoescape %} \ No newline at end of file +Do not reply, this would not be taken into account.{% endblocktrans %}{% endautoescape %} diff --git a/teleforma/templates/postman/email_user_init.txt b/teleforma/templates/postman/email_user_init.txt index 868e8a45..4c9c661e 100644 --- a/teleforma/templates/postman/email_user_init.txt +++ b/teleforma/templates/postman/email_user_init.txt @@ -2,12 +2,12 @@ Suite à votre inscription à la formation Avocats Etrangers du Pré-Barreau, nous vous invitons à initialiser votre compte sur notre plateforme e-learning interactive et multi-média. Pour cela, merci de cliquer sur le lien suivant puis d'indiquez votre adresse e-mail : -http://{{ site.name }}/accounts/password_reset/ +http://{{ site.domain }}/accounts/password_reset/ Vous recevrez alors un second e-mail vous invitant à initialiser votre mot de passe personnel. Une fois la procédure accomplie, vous pourrez vous connecter à l'adresse suivante : -http://{{ site.name }} +http://{{ site.domain }} à l'aide de votre nom d'utilisateur : {{ usr.username }} -- 2.39.5