diff options
Diffstat (limited to 'core/views/other.py')
-rw-r--r-- | core/views/other.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/views/other.py b/core/views/other.py index 3159a33..83d6113 100644 --- a/core/views/other.py +++ b/core/views/other.py @@ -195,10 +195,10 @@ def exportlogbook(request,year=None,extension=None): return render(request,'controlPanel.html', {'expeditions':Expedition.objects.all(),'jobs_completed':[completed]}) -def ajax_test(request): - post_text = request.POST['post_data'] - return HttpResponse("{'response_text': '"+post_text+" recieved.'}", - content_type="application/json") +# def ajax_test(request): + # post_text = request.POST['post_data'] + # return HttpResponse("{'response_text': '"+post_text+" recieved.'}", + # content_type="application/json") |