diff --git a/static/js/header.js b/static/js/header.js
index 04be1d5..0b64a2a 100644
--- a/static/js/header.js
+++ b/static/js/header.js
@@ -14,7 +14,8 @@ function SendRegistrationForm(el){
// enctype: 'json',
data: formData,
success: function(data){
- location.href = '/'
+ console.log(JSON.stringify(data))
+ // location.href = '/'
}
});
}
diff --git a/templates/inter/meta.html b/templates/inter/meta.html
index 4f6574c..60e5ebd 100644
--- a/templates/inter/meta.html
+++ b/templates/inter/meta.html
@@ -1,3 +1,4 @@
{% load static %}
+
\ No newline at end of file