Merge lp:~cjohnston/summit/fix-1179669 into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 550
Merged at revision: 552
Proposed branch: lp:~cjohnston/summit/fix-1179669
Merge into: lp:summit
Prerequisite: lp:~cjohnston/summit/fix-sponsorship-tests
Diff against target: 13 lines (+3/-0)
1 file modified
summit/schedule/templates/schedule/virtual_meeting.html (+3/-0)
To merge this branch: bzr merge lp:~cjohnston/summit/fix-1179669
Reviewer Review Type Date Requested Status
Chris Johnston Approve
Adnane Belmadiaf Approve
Review via email: mp+163712@code.launchpad.net

Commit message

Adds scheduling info to virtual meetings

To post a comment you must log in.
Revision history for this message
Adnane Belmadiaf (daker) wrote :

+1

review: Approve
Revision history for this message
Tarmac WebDev (tarmac-webdev) wrote :

The prerequisite lp:~cjohnston/summit/fix-sponsorship-tests has not yet been merged into lp:summit.

Revision history for this message
Chris Johnston (cjohnston) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/schedule/templates/schedule/virtual_meeting.html'
2--- summit/schedule/templates/schedule/virtual_meeting.html 2013-05-05 17:25:46 +0000
3+++ summit/schedule/templates/schedule/virtual_meeting.html 2013-05-14 13:41:27 +0000
4@@ -70,6 +70,9 @@
5 <div class="row">
6 <section class="span-12">
7 <h2>{{ meeting.title }}</h2>
8+ {% for ai in agenda_items %}
9+ <h3>{{ ai.slot }} in {{ ai.room.title }}</h3>
10+ {% endfor %}
11 {% if meeting.private %}
12 {% else %}
13 <div class="share">

Subscribers

People subscribed via source and target branches