Merge lp:~daker/summit/fix.strong into lp:summit

Proposed by Adnane Belmadiaf
Status: Merged
Approved by: Chris Johnston
Approved revision: 499
Merged at revision: 499
Proposed branch: lp:~daker/summit/fix.strong
Merge into: lp:summit
Diff against target: 12 lines (+1/-1)
1 file modified
summit/schedule/templates/schedule/virtual_meeting.html (+1/-1)
To merge this branch: bzr merge lp:~daker/summit/fix.strong
Reviewer Review Type Date Requested Status
Chris Johnston Approve
Review via email: mp+151651@code.launchpad.net

Commit message

Fixed small error

To post a comment you must log in.
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-03-04 17:47:31 +0000
3+++ summit/schedule/templates/schedule/virtual_meeting.html 2013-03-04 23:53:29 +0000
4@@ -140,7 +140,7 @@
5 <div id="Attendees" class="span-4">
6 <h3>Attendees</h3>
7 {% for attendee in attendees %}
8- <a href="http://launchpad.net/~{{ attendee.user.username }}">{% if attendee in required_attendees %}<strong>{% endif %}{{ attendee.name }}{% if rttendee in equired_attendees %}</strong>{% endif %}</a>{% if not forloop.last %}, {% endif %}
9+ <a href="http://launchpad.net/~{{ attendee.user.username }}">{% if attendee in required_attendees %}<strong>{% endif %}{{ attendee.name }}{% if attendee in required_attendees %}</strong>{% endif %}</a>{% if not forloop.last %}, {% endif %}
10 {% endfor %}
11 </div>
12 {% endifnotequal %}

Subscribers

People subscribed via source and target branches