]> git.parisson.com Git - teleforma.git/commitdiff
add room for record
authoryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 23:20:52 +0000 (01:20 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 23:20:52 +0000 (01:20 +0200)
teleforma/templates/teleforma/course_conference_record.html
teleforma/views.py

index 25a7a4658412227b2606555746add403d93b0461..582f5dfdc1952f513e23b8cdf237ab4d1b6f2500 100644 (file)
@@ -60,3 +60,10 @@ 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 c9b66faf8db07c5572f67e20308740652e05405d..797c4916937637200fe6dc742233de527883ccfa 100755 (executable)
@@ -382,6 +382,7 @@ class ConferenceRecordView(FormView):
         status.update()
         context['host'] = status.ip
         context['hidden_fields'] = self.hidden_fields
+        context['room'] = jqchat.models.Room.objects.create()
         return context
 
     def get_success_url(self):