From 4e875ae73da2249d98eb70619ce32af6dec64669 Mon Sep 17 00:00:00 2001 From: yomguy Date: Sun, 22 Apr 2012 17:55:19 +0200 Subject: [PATCH] fix module titles --- teleforma/templates/teleforma/course_conference.html | 2 +- teleforma/templates/teleforma/course_document.html | 2 +- teleforma/templates/teleforma/course_media.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 %}
-- 2.39.5