Merge lp:~cjohnston/loco-team-portal/bugfix-lp-621976 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: 257
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-621976
Merge into: lp:loco-team-portal
Diff against target: 38 lines (+4/-3)
2 files modified
loco_directory/locale/loco-directory.pot (+2/-1)
loco_directory/templates/teams/team_event_history.html (+2/-2)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-621976
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+33307@code.launchpad.net

Description of the change

Changed lp_name to team.name on team event history

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work.

review: Approve

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-08-20 16:29:46 +0000
3+++ loco_directory/locale/loco-directory.pot 2010-08-21 21:33:46 +0000
4@@ -8,10 +8,11 @@
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: \n"
8-"POT-Creation-Date: 2010-08-20 16:29+0000\n"
9+"POT-Creation-Date: 2010-08-21 21:30+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+"Language: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18=== modified file 'loco_directory/templates/teams/team_event_history.html'
19--- loco_directory/templates/teams/team_event_history.html 2010-08-17 00:25:27 +0000
20+++ loco_directory/templates/teams/team_event_history.html 2010-08-21 21:33:46 +0000
21@@ -1,7 +1,7 @@
22 {% extends "base.html" %}
23 {% load i18n %}
24
25-{% block title %}{% blocktrans with team_object.lp_name as teamname %}{{teamname}} Events History{% endblocktrans %}{% endblock %}
26+{% block title %}{% blocktrans with team_object.name as teamname %}{{teamname}} Events History{% endblocktrans %}{% endblock %}
27
28 {% block sub_nav_links %}
29 <a class="sub-nav-item" href="{% url team-detail team_object.lp_name %}">{% trans "Back to Team Details" %}</a>
30@@ -12,7 +12,7 @@
31
32 {% block content %}
33 <article class="main-content">
34-<h1>{% blocktrans with team_object.lp_name as teamname %}{{teamname}} Events History{% endblocktrans %}</h1>
35+<h1>{% blocktrans with team_object.name as teamname %}{{teamname}} Events History{% endblocktrans %}</h1>
36
37 {% if team_event_list %}
38 <p>{% trans "Select a team event below to see more information about it:" %}</p>

Subscribers

People subscribed via source and target branches