Merge lp:~cjohnston/loco-team-portal/bugfix-lp-539983 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-539983
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-539983
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+21511@code.launchpad.net

Description of the change

Centers Event Attendees to match other fields

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/templates/events/team_event_detail_attendees.inc.html'
2--- loco_directory/templates/events/team_event_detail_attendees.inc.html 2010-01-20 15:34:22 +0000
3+++ loco_directory/templates/events/team_event_detail_attendees.inc.html 2010-03-17 00:15:43 +0000
4@@ -12,7 +12,7 @@
5 <table id="team-event-attendees">
6 <tr><th>{% trans "Event Attendees" %}</th><th>{% trans "Registration Status" %}</th><th>{% trans "Guests" %}</th></tr>
7 {% for registration in team_event_object.attendee_set.all %}
8-<tr><td>{{registration.attendee.username}}</td><td align="center">{{registration.get_promise_display}}</td><td align="center">{{registration.guests}}</td></tr>
9+<tr><td align="center">{{registration.attendee.username}}</td><td align="center">{{registration.get_promise_display}}</td><td align="center">{{registration.guests}}</td></tr>
10 {% endfor %}
11 </table>
12 {% endif %}

Subscribers

People subscribed via source and target branches