Merge lp:~cjohnston/loco-team-portal/label-tag into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 449
Merged at revision: 449
Proposed branch: lp:~cjohnston/loco-team-portal/label-tag
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/events/team_event_detail_basic.inc.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/label-tag
Reviewer Review Type Date Requested Status
LoCo Team Portal Developers Pending
Review via email: mp+66537@code.launchpad.net

Commit message

Removes label tag around IRC Channel causing a display issue.

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/events/team_event_detail_basic.inc.html'
2--- loco_directory/templates/events/team_event_detail_basic.inc.html 2011-06-10 18:40:59 +0000
3+++ loco_directory/templates/events/team_event_detail_basic.inc.html 2011-07-01 01:59:27 +0000
4@@ -23,7 +23,7 @@
5
6 {% if team_event_object.channel %}
7 <tr>
8- <th class="form-item-label" scope="row"><label>{% trans "IRC Channel:" %}</label></th>
9+ <th class="form-item-label" scope="row">{% trans "IRC Channel:" %}</th>
10 <td class="form-item-value">{{ team_event_object.channel }}</td>
11 </tr>
12 {% endif %}

Subscribers

People subscribed via source and target branches