From: yomguy Date: Fri, 2 Nov 2012 15:44:14 +0000 (+0100) Subject: partially fix email text, make all tweeter general X-Git-Tag: 0.9-probarreau~320^2~10 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=43a2eb18c8b8f4ebfb86c00ccaa93ae10fc53f7d;p=teleforma.git partially fix email text, make all tweeter general --- diff --git a/teleforma/templates/postman/email_user_init.txt b/teleforma/templates/postman/email_user_init.txt index e73d5cd3..868e8a45 100644 --- a/teleforma/templates/postman/email_user_init.txt +++ b/teleforma/templates/postman/email_user_init.txt @@ -1,6 +1,6 @@ {% load i18n %}{% load telemeta_utils %}{% load teleforma_tags %}{% autoescape off %}{% trans "Hello" %} {{ usr.first_name }} {{ usr.last_name }}, -Suite à votre inscription à la formation estivale 2012 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 : +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/ @@ -14,11 +14,7 @@ http://{{ site.name }} Cette plateforme vous permet d’accéder tout au long de votre formation aux différents documents - fascicules de cours (selon la formule choisie), fascicules d’actualisation, sujets et corrigés - ainsi qu’à l’ensemble de vos enseignements à la demande ou en direct. La messagerie intégrée vous donne aussi la possibilité de communiquer avec les administrateurs et les professeurs. Une page d'aide sera bientôt disponible pour vous assister lors de la découverte de ces nouveaux services. -Nous vous rappelons que votre formation commencera le vendredi 20 juillet 2012 par une séance de méthodologie à la note de synthèse (2h) et aux épreuves juridiques (2h). - -Ainsi, vous composerez sur la première note de synthèse dès le samedi 21 juillet et sur les épreuves juridiques les lundi 23 et mardi 24 juillet. - -Votre emploi du temps vous sera communiqué vers le 16 juillet. +Nous vous rappelons que votre formation commencera le lundi 5 novembre 2012. {% trans "Best regards" %}, diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index 70c4787a..f3b704e9 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -90,7 +90,7 @@ {% block chat %} {% if room %} -{% with "Local tweeter" as title %} +{% with "General tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} diff --git a/teleforma/templates/teleforma/course_conference_audio.html b/teleforma/templates/teleforma/course_conference_audio.html index 6c26c2f8..98427e3c 100644 --- a/teleforma/templates/teleforma/course_conference_audio.html +++ b/teleforma/templates/teleforma/course_conference_audio.html @@ -79,7 +79,7 @@ {% block chat %} {% if room %} -{% with "Local tweeter" as title %} +{% with "General tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index 5d8e532e..a862d5cd 100644 --- a/teleforma/templates/teleforma/course_detail.html +++ b/teleforma/templates/teleforma/course_detail.html @@ -49,7 +49,7 @@ $(document).ready(function(){ {% block chat %} {% if room %} -{% with "Local tweeter" as title %} +{% with "General tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} diff --git a/teleforma/templates/teleforma/course_document.html b/teleforma/templates/teleforma/course_document.html index 9a33fbb9..c56bb7d7 100644 --- a/teleforma/templates/teleforma/course_document.html +++ b/teleforma/templates/teleforma/course_document.html @@ -80,7 +80,7 @@ PDFJS.getDocument('{% url teleforma-document-download document.id %}').then(func {% block chat %} {% if room %} -{% with "Local tweeter" as title %} +{% with "General tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index e29a721d..d7ee95ef 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -156,7 +156,7 @@ $(document).ready(function(){ {% block chat %} {% if room %} -{% with "Local tweeter" as title %} +{% with "General tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %}