From: yomguy Date: Sun, 22 Apr 2012 15:55:19 +0000 (+0200) Subject: fix module titles X-Git-Tag: 0.3~10 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4e875ae73da2249d98eb70619ce32af6dec64669;p=teleforma.git fix module titles --- diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index 26e77c91..f7987f7a 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -46,7 +46,7 @@ {% block chat %} {% if room %}
-{% with trans "Local tweeter" as title %} +{% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %}
diff --git a/teleforma/templates/teleforma/course_document.html b/teleforma/templates/teleforma/course_document.html index 21c663ef..18cacf11 100644 --- a/teleforma/templates/teleforma/course_document.html +++ b/teleforma/templates/teleforma/course_document.html @@ -76,7 +76,7 @@ PDFJS.getDocument('{% url teleforma-document-download document.id %}').then(func {% block chat %} {% if room %}
-{% with trans "Local tweeter" as title %} +{% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %}
diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index 1656e4ab..6fadc413 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -73,7 +73,7 @@ $(document).ready(function(){ {% block chat %} {% if room %}
-{% with trans "Local tweeter" as title %} +{% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %}