mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
response != request
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user