X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=influences%2Fviews.py;fp=influences%2Fviews.py;h=f95cfb4bef28d031b93300261bd3c51cbb044c50;hb=0752691ea8a2907408ddd09f8305f1371f2a2219;hp=6a6f874a7c242d621d5ef595cfc9ebe7bb38b57d;hpb=0df2763af613ff7e52a6d823b1c99787b3dc7db1;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/influences/views.py b/influences/views.py index 6a6f874..f95cfb4 100644 --- a/influences/views.py +++ b/influences/views.py @@ -176,7 +176,7 @@ def influence_detail(request, object_id): context = { 'object' : o, 'comments' : comments, - 'comment_form' : get_influence_comment_form(request.user.is_staff, None) + 'comment_form' : get_influence_comment_form(request.user.is_staff, None)() } return render_to_response('influences/influence_detail.html', context, RequestContext(request))