Merge lp:~cjohnston/loco-team-portal/bugfix-lp-542367 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-542367
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/events/team_event_detail_attendees.inc.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-542367
Reviewer Review Type Date Requested Status
Dave Walker Approve
Review via email: mp+21992@code.launchpad.net

Description of the change

Changes the "Guests" column to "Additional Guests"

To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) 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/templates/events/team_event_detail_attendees.inc.html'
2--- loco_directory/templates/events/team_event_detail_attendees.inc.html 2010-03-17 00:13:33 +0000
3+++ loco_directory/templates/events/team_event_detail_attendees.inc.html 2010-03-23 22:50:42 +0000
4@@ -10,7 +10,7 @@
5 </table>
6 {% if team_event_object.attendee_set.all %}
7 <table id="team-event-attendees">
8-<tr><th>{% trans "Event Attendees" %}</th><th>{% trans "Registration Status" %}</th><th>{% trans "Guests" %}</th></tr>
9+<tr><th>{% trans "Event Attendees" %}</th><th>{% trans "Registration Status" %}</th><th>{% trans "Additional Guests" %}</th></tr>
10 {% for registration in team_event_object.attendee_set.all %}
11 <tr><td align="center">{{registration.attendee.username}}</td><td align="center">{{registration.get_promise_display}}</td><td align="center">{{registration.guests}}</td></tr>
12 {% endfor %}

Subscribers

People subscribed via source and target branches