]> git.parisson.com Git - teleforma.git/commitdiff
fix module titles
authoryomguy <yomguy@parisson.com>
Sun, 22 Apr 2012 15:55:19 +0000 (17:55 +0200)
committeryomguy <yomguy@parisson.com>
Sun, 22 Apr 2012 15:55:19 +0000 (17:55 +0200)
teleforma/templates/teleforma/course_conference.html
teleforma/templates/teleforma/course_document.html
teleforma/templates/teleforma/course_media.html

index 26e77c91af2c14b1da24b3d75d699f5cc7cbb4da..f7987f7ac9f504679e114d6cb332d1aea1bbb885 100644 (file)
@@ -46,7 +46,7 @@
 {% block chat %}
 {% if room %}
 <div id="module-set" style="width: 22%">
-{% with trans "Local tweeter" as title %}
+{% with "Local tweeter" as title %}
 {% include "teleforma/inc/chat_room.html" %}
 {% endwith %}
 </div>
index 21c663ef23f00bf5bc331ff0ac6440b8e0eb0e84..18cacf11c11de54747753e69ce93136f7f884b4c 100644 (file)
@@ -76,7 +76,7 @@ PDFJS.getDocument('{% url teleforma-document-download document.id %}').then(func
 {% block chat %}
 {% if room %}
 <div id="module-set" style="width: 22%">
-{% with trans "Local tweeter" as title %}
+{% with "Local tweeter" as title %}
 {% include "teleforma/inc/chat_room.html" %}
 {% endwith %}
 </div>
index 1656e4abb49ac1ee1fff621dd9d64758fb422e51..6fadc413d60f3ee664db6ac3fe34f3b03b6f1874 100644 (file)
@@ -73,7 +73,7 @@ $(document).ready(function(){
 {% block chat %}
 {% if room %}
 <div id="module-set" style="width: 22%">
-{% with trans "Local tweeter" as title %}
+{% with "Local tweeter" as title %}
 {% include "teleforma/inc/chat_room.html" %}
 {% endwith %}
 </div>