diff --git a/webroot/AutoSa/AutoSa/views.py b/webroot/AutoSa/AutoSa/views.py index da5b57cf8..ac32e96c2 100644 --- a/webroot/AutoSa/AutoSa/views.py +++ b/webroot/AutoSa/AutoSa/views.py @@ -987,7 +987,7 @@ def logHistory(request): if os.path.isfile(log_his): f = open(log_his) content = f.read() - return render_to_response(content) + return HttpResponse(content)