]> git.parisson.com Git - teleforma.git/commitdiff
no chat during record
authoryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 23:32:41 +0000 (01:32 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 23:32:41 +0000 (01:32 +0200)
teleforma/templates/teleforma/course_conference_record.html
teleforma/views.py

index 582f5dfdc1952f513e23b8cdf237ab4d1b6f2500..25a7a4658412227b2606555746add403d93b0461 100644 (file)
@@ -60,10 +60,3 @@ jQuery(window).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 a822e641a3959b91c5ebd8d189820a9343fe34d8..c9b66faf8db07c5572f67e20308740652e05405d 100755 (executable)
@@ -382,9 +382,6 @@ class ConferenceRecordView(FormView):
         status.update()
         context['host'] = status.ip
         context['hidden_fields'] = self.hidden_fields
-        content_type = ContentType.objects.get(app_label="teleforma", model="conference")
-        context['room'] = jqchat.models.Room.objects.get_or_create(name='new',
-                                                                   content_type=content_type)
         return context
 
     def get_success_url(self):