Merge lp:~daker/loco-team-portal/fix.776813 into lp:loco-team-portal

Proposed by Adnane Belmadiaf
Status: Merged
Approved by: Adnane Belmadiaf
Approved revision: 638
Merged at revision: 638
Proposed branch: lp:~daker/loco-team-portal/fix.776813
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/site_search.html (+1/-1)
To merge this branch: bzr merge lp:~daker/loco-team-portal/fix.776813
Reviewer Review Type Date Requested Status
LoCo Team Portal Developers Pending
Review via email: mp+158765@code.launchpad.net

Commit message

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/site_search.html'
2--- loco_directory/templates/site_search.html 2013-01-14 22:16:07 +0000
3+++ loco_directory/templates/site_search.html 2013-04-13 18:40:31 +0000
4@@ -40,7 +40,7 @@
5 {{ colcycle.reset }}
6 <ul>
7 {% for event in team_events %}
8- <li class="{% cycle "col_left" "col_right" %}"><a href="{{ event.get_absolute_url }}">{{ event.name }}</a>{% if event.venue.city %}, {{ event.venue.city }}{% endif %} - {% for team in event.teams.all %}<a title="{% trans "more information about this team" %}" href="{{ team.get_absolute_url }}">{{ team.name }}</a>{% endfor %}</li>
9+ <li class="{% cycle "col_left" "col_right" %}"><a href="{{ event.get_absolute_url }}">{{ event.name }}</a>{% if event.venue.city %}, {{ event.venue.city }}{% endif %} - {% for team in event.teams.all %}<a title="{% trans "more information about this team" %}" href="{{ team.get_absolute_url }}">{{ team.name }}</a> {% ifchanged %}, {% endifchanged %}{% endfor %}</li>
10 {% endfor %}
11 </ul>
12 </section></div>

Subscribers

People subscribed via source and target branches