0.0.2
This commit is contained in:
@@ -14,7 +14,8 @@ function SendRegistrationForm(el){
|
|||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
data: formData,
|
data: formData,
|
||||||
success: function(data){
|
success: function(data){
|
||||||
location.href = '/'
|
console.log(JSON.stringify(data))
|
||||||
|
// location.href = '/'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
<script src='{% static "js/jquery_v3_6_4.js" %}'> </script>
|
||||||
<script src='{% static "js/header.js" %}'></script>
|
<script src='{% static "js/header.js" %}'></script>
|
||||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||||
Reference in New Issue
Block a user