Merge lp:~cjohnston/loco-team-portal/644817 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 322
Merged at revision: 323
Proposed branch: lp:~cjohnston/loco-team-portal/644817
Merge into: lp:loco-team-portal
Diff against target: 68 lines (+11/-8)
2 files modified
loco_directory/locale/loco-directory.pot (+8/-5)
loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html (+3/-3)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/644817
Reviewer Review Type Date Requested Status
LoCo Team Portal Developers Pending
Review via email: mp+40711@code.launchpad.net
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/locale/loco-directory.pot'
2--- loco_directory/locale/loco-directory.pot 2010-10-21 16:35:47 +0000
3+++ loco_directory/locale/loco-directory.pot 2010-11-12 12:02:53 +0000
4@@ -8,7 +8,7 @@
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: \n"
8-"POT-Creation-Date: 2010-10-21 16:35+0000\n"
9+"POT-Creation-Date: 2010-11-12 01:32+0000\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13@@ -1009,6 +1009,13 @@
14 msgid "More Information about Team Event"
15 msgstr ""
16
17+#: templates/events/global_event_detail_attending_teamevents.inc.html:10
18+#: templates/events/global_event_detail_attending_teamevents.inc.html:25
19+#: templates/events/global_event_detail_attending_teamevents.inc.html:38
20+#: templates/events/team_event_list.inc.html:16
21+msgid "more information about this team"
22+msgstr ""
23+
24 #: templates/events/global_event_detail_attending_teamevents.inc.html:19
25 msgid "Events in countries without continents"
26 msgstr ""
27@@ -1197,10 +1204,6 @@
28 msgid "Global Event"
29 msgstr ""
30
31-#: templates/events/team_event_list.inc.html:16
32-msgid "more information about this team"
33-msgstr ""
34-
35 #: templates/events/team_event_new.html:4
36 #: templates/events/team_event_new_select.html:4
37 msgid "New Team Event"
38
39=== modified file 'loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html'
40--- loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html 2010-08-23 13:17:10 +0000
41+++ loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html 2010-11-12 12:02:53 +0000
42@@ -7,7 +7,7 @@
43 <ul>
44 {% for team_event in global_event_object.teamevent_set.all %}{% ifequal country team_event.venue.country %}
45 <li class="{% if team_event.is_past %}approved{% else %}unapproved{% endif %}">
46- <a title="{% trans "More Information about Team Event" %}" href="{{ team_event.get_absolute_url }}">{{ team_event.name }}</a>
47+ <a title="{% trans "More Information about Team Event" %}" href="{{ team_event.get_absolute_url }}">{{ team_event.name }}</a>{% for team in team_event.teams.all %}{% if team_event.venue.city %}, {{ team_event.venue.city }}{% endif %} - <a title="{% trans "more information about this team" %}" href="{{ team.get_absolute_url }}">{{ team.name }}</a>{% endfor %}
48 </li>
49 {% endifequal %}{% endfor %}
50 </ul>
51@@ -22,7 +22,7 @@
52 <ul>
53 {% for team_event in global_event_object.teamevent_set.all %}{% ifequal country team_event.venue.country %}
54 <li class="{% if team_event.is_past %}approved{% else %}unapproved{% endif %}</li>">
55- <a title="{% trans "More Information about Team Event" %}" href="{{ team_event.get_absolute_url }}">{{ team_event.name }}</a>
56+ <a title="{% trans "More Information about Team Event" %}" href="{{ team_event.get_absolute_url }}">{{ team_event.name }}</a>{% for team in team_event.teams.all %}{% if team_event.venue.city %}, {{ team_event.venue.city }}{% endif %} - <a title="{% trans "more information about this team" %}" href="{{ team.get_absolute_url }}">{{ team.name }}</a>{% endfor %}
57 </li>
58 {% endifequal %}{% endfor %}
59 </ul>
60@@ -35,7 +35,7 @@
61 <ul>
62 {% for team_event in events_without_venue %}
63 <li class="{% if team_event.is_past %}approved{% else %}unapproved{% endif %}">
64- <a title="{% trans "More Information about Team Event" %}" href="{{ team_event.get_absolute_url }}">{{ team_event.name }}</a>
65+ <a title="{% trans "More Information about Team Event" %}" href="{{ team_event.get_absolute_url }}">{{ team_event.name }}</a>{% for team in team_event.teams.all %}{% if team_event.venue.city %}, {{ team_event.venue.city }}{% endif %} - <a title="{% trans "more information about this team" %}" href="{{ team.get_absolute_url }}">{{ team.name }}</a>{% endfor %}
66 </li>
67 {% endfor %}
68 </ul>

Subscribers

People subscribed via source and target branches