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

Proposed by Chris Johnston
Status: Merged
Merged at revision: 344
Proposed branch: lp:~cjohnston/loco-team-portal/686266
Merge into: lp:loco-team-portal
Diff against target: 24 lines (+2/-1)
2 files modified
loco_directory/templates/base.html (+1/-0)
loco_directory/templates/meetings/team_meeting_detail_basic.inc.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/686266
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+43233@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

We may need to re-arrange top-level navs depending on the length of some translations, but we'll do that when the need arises.

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/base.html'
2--- loco_directory/templates/base.html 2010-11-20 17:25:50 +0000
3+++ loco_directory/templates/base.html 2010-12-09 15:50:28 +0000
4@@ -13,6 +13,7 @@
5 {% block main_nav_links %}
6 <a class="main-nav-item {% ifequal url_base 'teams' %}current{% endifequal %}" title="{% trans "Show All Teams" %}" href="{% url team-list %}">{% trans "Teams" %}</a>
7 <a class="main-nav-item {% ifequal url_base 'events' %}current{% endifequal %}" title="{% trans "Show All Events" %}" href="{% url event-list %}">{% trans "Events" %}</a>
8+ <a class="main-nav-item {% ifequal url_base 'meetings' %}current{% endifequal %}" title="{% trans "Show All Meetings" %}" href="{% url meeting-list %}">{% trans "Meetings" %}</a>
9 <a class="main-nav-item {% ifequal url_base 'loco-council' %}current{% endifequal %}" title="{% trans "LoCo Council" %}" href="{% url loco_council %}">{% trans "LoCo Council" %}</a>
10 <a class="main-nav-item {% ifequal url_base 'about-loco' %}current{% endifequal %}" title="{% trans "About LoCo Teams" %}" href="{% url about_loco %}">{% trans "About LoCos" %}</a></li>
11 <a class="main-nav-item {% ifequal url_base 'irc' %}current{% endifequal %}" title="{% trans "IRC Chat" %}" href="{% url irc_chat %}">{% trans "IRC Chat" %}</a></li>
12
13=== modified file 'loco_directory/templates/meetings/team_meeting_detail_basic.inc.html'
14--- loco_directory/templates/meetings/team_meeting_detail_basic.inc.html 2010-12-06 01:37:43 +0000
15+++ loco_directory/templates/meetings/team_meeting_detail_basic.inc.html 2010-12-09 15:50:28 +0000
16@@ -16,7 +16,7 @@
17
18 {% if team_meeting_object.teams.all %}
19 <tr>
20- <th class="form-item-label" scope="row"><label>{% trans "Organizing Team(s):" %}</label></th>
21+ <th class="form-item-label" scope="row"><label>{% trans "Organizing Team:" %}</label></th>
22 <td class="form-item-value">{% for team in team_meeting_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>
23 </tr>
24 {% endif %}

Subscribers

People subscribed via source and target branches