From 55c1d6ef30eeabebaead838ced681fe694bdb1e2 Mon Sep 17 00:00:00 2001 From: Kangmin Lee <dlrkdals421@ajou.ac.kr> Date: Tue, 7 Jun 2022 19:29:55 +0000 Subject: [PATCH] =?UTF-8?q?=EC=8B=A0=EA=B3=A0=EA=B8=B0=EB=8A=A5=EA=B5=AC?= =?UTF-8?q?=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- campics_/templates/jinstagram/post.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/campics_/templates/jinstagram/post.html b/campics_/templates/jinstagram/post.html index ee9b89a..36094bd 100644 --- a/campics_/templates/jinstagram/post.html +++ b/campics_/templates/jinstagram/post.html @@ -205,7 +205,8 @@ method: "POST", dataType: "json", 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){ let data = JSON.parse(request.responseText); -- GitLab