|
@@ -84,7 +84,7 @@ $(".previous").click(function(){
|
|
|
$("input[name=submit]").click(function(){
|
|
|
console.log($("#msform").serialize());
|
|
|
$.ajax({
|
|
|
- url: 'http://127.0.0.1:8000/step_questions/submit',
|
|
|
+ url: '/step_questions/submit',
|
|
|
type: 'post',
|
|
|
dataType: 'json',
|
|
|
data: $("#msform").serialize(),
|