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

Proposed by Chris Johnston
Status: Merged
Merged at revision: not available
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-570180
Merge into: lp:loco-team-portal
Diff against target: 11 lines (+1/-1)
1 file modified
loco_directory/templates/events/global_event_detail.inc.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-570180
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+24251@code.launchpad.net

Description of the change

Adds a space between Events and (#)

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

Good work. I'll go and update the translations template too.

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/events/global_event_detail.inc.html'
2--- loco_directory/templates/events/global_event_detail.inc.html 2010-01-11 09:25:25 +0000
3+++ loco_directory/templates/events/global_event_detail.inc.html 2010-04-27 19:35:49 +0000
4@@ -21,7 +21,7 @@
5 {% include "events/global_event_detail_basic.inc.html" %}
6
7 {% if global_event_object.teamevent_set.all %}
8- <h2>{% blocktrans with global_event_object.teamevent_set.all.count as team_count %}Attending Team Events({{team_count}}){% endblocktrans %}</h2>
9+ <h2>{% blocktrans with global_event_object.teamevent_set.all.count as team_count %}Attending Team Events ({{team_count}}){% endblocktrans %}</h2>
10 {% include "events/global_event_detail_attending_teamevents.inc.html" %}
11 {% endif %}
12

Subscribers

People subscribed via source and target branches