From 881c39e51edbdd7e2c048ccd7bae7c0d497b3ba7 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 22 Jun 2023 16:53:52 +0300 Subject: [PATCH] 0.0.2 --- static/js/header.js | 3 ++- templates/inter/meta.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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