mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
response != request
This commit is contained in:
@@ -88,7 +88,7 @@ def view_application(request, applicationid):
|
||||
else:
|
||||
return HttpResponseRedirect(reverse('hr.views.index'))
|
||||
|
||||
if response.GET.has_key('redditxhr'):
|
||||
if request.GET.has_key('redditxhr'):
|
||||
posts = []
|
||||
for acc in app.user.redditaccount_set.all():
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user