diff --git a/static/js/user_profile.js b/static/js/user_profile.js index cce2a6f..0c77574 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -233,7 +233,7 @@ function sendRoute(el, routeID = null){ let formData = new FormData(form); let add_url = '' if (routeID !== null){ - add_url = routeID + add_url = routeID + '/' } $.ajax({