Merge lp:~cjohnston/loco-team-portal/bugfix-lp-582505 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: 138
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-582505
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/bugfix-lp-582505
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Michael Hall (community) Approve
Review via email: mp+25999@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Sounds much better this way.

review: Approve
Revision history for this message
Daniel Holbach (dholbach) wrote :

Merging.

review: Approve

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 2010-02-18 02:01:07 +0000
3+++ loco_directory/templates/events/team_event_detail_basic.inc.html 2010-05-25 22:11:30 +0000
4@@ -15,7 +15,7 @@
5 {% endif %}
6 {% if team_event_object.teams.all %}
7 <tr>
8- <th scope="row"><label>{% trans "Organizer Team(s):" %}</label></th>
9+ <th scope="row"><label>{% trans "Organizing Team(s):" %}</label></th>
10 <td>{% for team in team_event_object.teams.all %}<a title="{% trans "Get more information about this team" %}" href="{{ team.get_absolute_url }}">{{ team.name }}</a>{% if not forloop.last %},{% endif %}{% endfor %}</td>
11 </tr>
12 {% endif %}

Subscribers

People subscribed via source and target branches