diff options
Diffstat (limited to 'tbc/views.py')
-rwxr-xr-x | tbc/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py index 7ca634b..1344b9f 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -1431,4 +1431,4 @@ def admin_tools(request): raise Http404("You are not allowed to view this page") else: context["reviewer"] = curr_user - return render_to_response('tbc/admin-tools.html', context, ci) + return render_to_response('tbc/admin-tools.html', context) |