Merge lp:~cjohnston/loco-team-portal/706658 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 367
Merged at revision: 368
Proposed branch: lp:~cjohnston/loco-team-portal/706658
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/meetings/team_meeting_detail_basic.inc.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/706658
Reviewer Review Type Date Requested Status
LoCo Team Portal Developers Pending
Review via email: mp+47207@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/templates/meetings/team_meeting_detail_basic.inc.html'
2--- loco_directory/templates/meetings/team_meeting_detail_basic.inc.html 2011-01-05 15:50:08 +0000
3+++ loco_directory/templates/meetings/team_meeting_detail_basic.inc.html 2011-01-24 01:50:46 +0000
4@@ -27,7 +27,7 @@
5 <th class="form-item-label" scope="row"><label>{% trans "Meeting Chair:" %}</label></th>
6 <td class="form-item-value">
7 {% if team_meeting_object.chair %}
8- {{ team_meeting_object.chair }}
9+ <a href="https://launchpad.net/~{{team_meeting_object.chair.user.username}}" >{{ team_meeting_object.chair }}</a>
10 {% else %}
11 {% trans "No Meeting Chair Assigned" %}
12 {% endif %}

Subscribers

People subscribed via source and target branches