]> git.parisson.com Git - teleforma.git/commitdiff
fix tweeters
authoryomguy <yomguy@parisson.com>
Fri, 20 Jul 2012 22:14:47 +0000 (00:14 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 20 Jul 2012 22:14:47 +0000 (00:14 +0200)
teleforma/templates/teleforma/course_conference.html
teleforma/templates/teleforma/course_detail.html
teleforma/templates/teleforma/course_document.html
teleforma/templates/teleforma/course_media.html

index 359d12afa8cf973accee26e3c7729b0079a6c1ec..ea4c4d881d25ed88e9c183eb22ac678b7b472ddd 100644 (file)
         });
 </script>
 
-{% get_telecaster as telecaster %}
-{%  if telecaster %}
 <div class="module_action">
 <a href="#" class="component_icon button" id="action_red">{% trans "S T O P" %}</a>
 </div>
-{% endif %}
 
 {% endblock module-action %}
 
 
 </div>
 {% endblock course %}
+
+{% block chat %}
+{% if room %}
+{% with "Local tweeter" as title %}
+{% include "teleforma/inc/chat_room.html" %}
+{% endwith %}
+{% endif %}
+{% endblock chat %}
\ No newline at end of file
index 42a71b4d54930028397e30e8fd2eb451c6ca320b..5d8e532ece073760e058125ac16d56bd77b70982 100644 (file)
@@ -47,3 +47,10 @@ $(document).ready(function(){
 </div>
 {% endblock course %}
 
+{% block chat %}
+{% if room %}
+{% with "Local tweeter" as title %}
+{% include "teleforma/inc/chat_room.html" %}
+{% endwith %}
+{% endif %}
+{% endblock chat %}
\ No newline at end of file
index a5380cee9059effd919506767729588f73a78006..efd422f99fa51ee19d080c1fca7229a3a4b6a3ec 100644 (file)
@@ -77,3 +77,11 @@ PDFJS.getDocument('{% url teleforma-document-download document.id %}').then(func
 
 </div>
 {% endblock course %}
+
+{% block chat %}
+{% if room %}
+{% with "Local tweeter" as title %}
+{% include "teleforma/inc/chat_room.html" %}
+{% endwith %}
+{% endif %}
+{% endblock chat %}
\ No newline at end of file
index 72d5095ac020f800e454e0a4c2a5801eea8a3658..1a95e260d770c70ebfd07bfa291a3ac8452877cd 100644 (file)
@@ -94,3 +94,10 @@ $(document).ready(function(){
 </div>
 {% endblock course %}
 
+{% block chat %}
+{% if room %}
+{% with "Local tweeter" as title %}
+{% include "teleforma/inc/chat_room.html" %}
+{% endwith %}
+{% endif %}
+{% endblock chat %}
\ No newline at end of file