mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 12:07:09 +00:00
git integration with Save this page
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user