This commit is contained in:
2023-06-22 16:53:52 +03:00
parent 5935e462ec
commit 881c39e51e
2 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ function SendRegistrationForm(el){
// enctype: 'json',
data: formData,
success: function(data){
location.href = '/'
console.log(JSON.stringify(data))
// location.href = '/'
}
});
}

View File

@@ -1,3 +1,4 @@
{% load static %}
<script src='{% static "js/jquery_v3_6_4.js" %}'> </script>
<script src='{% static "js/header.js" %}'></script>
<link rel="stylesheet" href="{% static 'css/styles.css' %}">