diff --git a/AuthApp/js_views.py b/AuthApp/js_views.py index 294797c..5226337 100644 --- a/AuthApp/js_views.py +++ b/AuthApp/js_views.py @@ -138,7 +138,7 @@ def password_recovery_ajax(request): return JsonResponse({ 'status': 'sended', 'message': _('На email') + ' ' + email + ' ' - + _('отправлено письмо с инструкциями для восстановления пароля') + + _('отправлено письмо с инструкциями для восстановления пароля. Если не пришло письмо, проверьте папку СПАМ') }) except Exception as e: diff --git a/static/js/range_calendar.js b/static/js/range_calendar.js index 4e1612c..e10ce45 100644 --- a/static/js/range_calendar.js +++ b/static/js/range_calendar.js @@ -98,8 +98,8 @@ function init_arrival_DT (date=null,single=true,hour=true){ } - let onl_param = "" - if (window.location.href === "http://localhost:8016/ru/profile/page/create_route_for_mover/" || window.location.href === "http://localhost:8016/ru/profile/page/create_route_for_customer/"){ + let onl_param = ""; + if (window.location.href.includes("/create_route_for_mover") || window.location.href.includes("create_route_for_customer/")){ onl_param = "singleDatePicker" } let place_1 = document.querySelector("#id_arrival_DT") diff --git a/static/js/registration.js b/static/js/registration.js index 05d4c73..c57aa88 100644 --- a/static/js/registration.js +++ b/static/js/registration.js @@ -24,7 +24,6 @@ function SendRegistrationForm(el, user_id){ success: function(data){ document.getElementById('confirm_password').innerHTML = data.message - document.querySelector('.info_text').classList.add('show') // location.href = `/profile/page/dashboard/` window.sessionStorage.removeItem('mailingSubscribeRequired') diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 56de7cd..125bc8e 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -101,4 +101,43 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/forms/f_registration.html b/templates/forms/f_registration.html index 7dc2a27..2f788ad 100644 --- a/templates/forms/f_registration.html +++ b/templates/forms/f_registration.html @@ -115,9 +115,9 @@
diff --git a/templates/tb_base.html b/templates/tb_base.html index 6d888e9..b50cbcd 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -20,44 +20,7 @@ {% include "inter/meta_OpenGraph_Schema.html" %} - - - - - - - - - - - @@ -156,7 +119,7 @@ function gtag_report_conversion(url) { {% block meta %} {% endblock %} - +{# #}