Chris Johnston has proposed merging
lp:~chrisjohnston/loco-directory/bugfix-lp-582028 into lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#582028 Team names on Events page should be the display name, not the short
name
https://bugs.launchpad.net/bugs/582028
Changes LP short name to display name on events page
--
https://code.launchpad.net/~chrisjohnston/loco-directory/bugfix-lp-582028/+merge/25559
Your team loco-directory-dev is requested to review the proposed merge of
lp:~chrisjohnston/loco-directory/bugfix-lp-582028 into lp:loco-directory.
=== modified file 'loco_directory/templates/events/team_event_list.inc.html'
--- loco_directory/templates/events/team_event_list.inc.html 2010-04-26 16:43:25 +0000
+++ loco_directory/templates/events/team_event_list.inc.html 2010-05-18 19:51:24 +0000
@@ -13,7 +13,7 @@
<td class="event_begin">{{team_event.date_begin|date}} {{ team_event.date_begin|date:"H:i T"}}</td>
<td class="event_end">{{team_event.date_end|date}} {{ team_event.date_end|date:"H:i T"}}</td>
<td class="event_global">{% if team_event.global_event %}<a href="{{ team_event.global_event.get_absolute_url }}">{{ team_event.global_event.name}}</a>{% else %}--{% endif %}</td>
-<td class="event_teams">{% for team in team_event.teams.all %}<a title="{% trans "more information about this team" %}" href="{{ team.get_absolute_url }}">{{team.lp_name}}</a>{% if not forloop.last %}<br/>{% endif %}{% endfor %}</td>
+<td class="event_teams">{% for team in team_event.teams.all %}<a title="{% trans "more information about this team" %}" href="{{ team.get_absolute_url }}">{{ team.name }}</a>{% if not forloop.last %}<br/>{% endif %}{% endfor %}</td>
</tr>
{% endfor %}
</table>
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp