Skip to content
Snippets Groups Projects
Commit 55c1d6ef authored by Kangmin Lee's avatar Kangmin Lee
Browse files

신고기능구현

parent 8fbcc688
Branches
No related tags found
No related merge requests found
...@@ -205,7 +205,8 @@ ...@@ -205,7 +205,8 @@
method: "POST", method: "POST",
dataType: "json", dataType: "json",
success: function (data){ success: function (data){
location.replace("{% url 'post'%}?id=" + feed_id); //location.replace("{% url 'post'%}?id=" + feed_id);
location.replace("{% url 'main'%}");
}, },
error:function (request, status, error){ error:function (request, status, error){
let data = JSON.parse(request.responseText); let data = JSON.parse(request.responseText);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment