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
=== modified file 'loco_directory/templates/events/team_event_detail_basic.inc.html'
--- loco_directory/templates/events/team_event_detail_basic.inc.html 2010-02-18 02:01:07 +0000
+++ loco_directory/templates/events/team_event_detail_basic.inc.html 2010-05-25 22:11:30 +0000
@@ -15,7 +15,7 @@
15 {% endif %}15 {% endif %}
16 {% if team_event_object.teams.all %}16 {% if team_event_object.teams.all %}
17 <tr>17 <tr>
18 <th scope="row"><label>{% trans "Organizer Team(s):" %}</label></th>18 <th scope="row"><label>{% trans "Organizing Team(s):" %}</label></th>
19 <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>19 <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>
20 </tr>20 </tr>
21 {% endif %}21 {% endif %}

Subscribers

People subscribed via source and target branches