response != request

This commit is contained in:
2010-10-13 12:05:06 +01:00
parent df9ff2cce0
commit ee255cd109

View File

@@ -88,7 +88,7 @@ def view_application(request, applicationid):
else: else:
return HttpResponseRedirect(reverse('hr.views.index')) return HttpResponseRedirect(reverse('hr.views.index'))
if response.GET.has_key('redditxhr'): if request.GET.has_key('redditxhr'):
posts = [] posts = []
for acc in app.user.redditaccount_set.all(): for acc in app.user.redditaccount_set.all():
try: try: