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

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 411
Merged at revision: 423
Proposed branch: lp:~cjohnston/loco-team-portal/trans
Merge into: lp:loco-team-portal
Diff against target: 16 lines (+5/-1)
1 file modified
loco_directory/templates/loco_council.html (+5/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/trans
Reviewer Review Type Date Requested Status
Ronnie (community) Approve
Review via email: mp+53979@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ronnie (ronnie.vd.c) wrote :

Works!

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/loco_council.html'
2--- loco_directory/templates/loco_council.html 2010-11-20 17:25:50 +0000
3+++ loco_directory/templates/loco_council.html 2011-03-18 12:39:31 +0000
4@@ -35,7 +35,11 @@
5 {% trans "You can reach the council via email at loco-council at lists.ubuntu.com." %}
6 </p>
7 <p>
8- {% trans "The LoCo Council holds regular meetings in #ubuntu-meeting on freenode. To find out when the next meeting is view the" %} <a href="https://wiki.ubuntu.com/LoCoCouncil/Agenda">{% trans "Meeting Agenda" %}</a> {% trans "wiki page." %}
9+ {% with '<a href="https://wiki.ubuntu.com/LoCoCouncil/Agenda">' as url_lcagenda %}
10+ {% with '</a>' as link_end %}
11+ {% blocktrans %}The LoCo Council holds regular meetings in #ubuntu-meeting on freenode. To find out when the next meeting is view the {{ url_lcagenda }}Meeting Agenda{{ link_end }} wiki page.{% endblocktrans %}
12+ {% endwith %}
13+ {% endwith %}
14 </p>
15 </article>
16 {% endblock %}

Subscribers

People subscribed via source and target branches