Merge lp:~dholbach/loco-team-portal/624676 into lp:loco-team-portal

Proposed by Daniel Holbach
Status: Merged
Approved by: Chris Johnston
Approved revision: 323
Merged at revision: 324
Proposed branch: lp:~dholbach/loco-team-portal/624676
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/events/views.py (+1/-1)
To merge this branch: bzr merge lp:~dholbach/loco-team-portal/624676
Reviewer Review Type Date Requested Status
Chris Johnston Approve
Review via email: mp+40837@code.launchpad.net

This proposal supersedes a proposal from 2010-11-12.

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) wrote : Posted in a previous version of this proposal

The Add Comment link does not redirect to login when users are not already logged in.

Revision history for this message
Chris Johnston (cjohnston) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/events/views.py'
2--- loco_directory/events/views.py 2010-09-17 14:29:29 +0000
3+++ loco_directory/events/views.py 2010-11-15 08:29:10 +0000
4@@ -331,7 +331,7 @@
5 return render_to_response('events/team_event_register.html',
6 context, RequestContext(request))
7
8-
9+@login_required
10 def team_event_comment_new(request, team_event_id):
11 """
12 create a comment for a team event

Subscribers

People subscribed via source and target branches