From 304145ab719f63b1cb519d29bd7049382999c0ee Mon Sep 17 00:00:00 2001
From: BonfaceKilz
Date: Wed, 3 Jun 2020 00:56:55 +0300
Subject: Remove commented out script tags that references CDNs
---
wqflask/wqflask/templates/new_security/forgot_password.html | 2 --
wqflask/wqflask/templates/new_security/forgot_password_step2.html | 2 --
wqflask/wqflask/templates/new_security/login_user.html | 2 --
wqflask/wqflask/templates/new_security/password_reset.html | 1 -
wqflask/wqflask/templates/new_security/register_user.html | 1 -
wqflask/wqflask/templates/new_security/registered.html | 1 -
wqflask/wqflask/templates/new_security/thank_you.html | 2 --
wqflask/wqflask/templates/new_security/verification_still_needed.html | 2 --
8 files changed, 13 deletions(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/new_security/forgot_password.html b/wqflask/wqflask/templates/new_security/forgot_password.html
index a981b6bd..e5c42a45 100644
--- a/wqflask/wqflask/templates/new_security/forgot_password.html
+++ b/wqflask/wqflask/templates/new_security/forgot_password.html
@@ -48,8 +48,6 @@
{% endblock %}
{% block js %}
-
-
{% include "new_security/_scripts.html" %}
{% endblock %}
diff --git a/wqflask/wqflask/templates/new_security/forgot_password_step2.html b/wqflask/wqflask/templates/new_security/forgot_password_step2.html
index e32ef753..473fa377 100644
--- a/wqflask/wqflask/templates/new_security/forgot_password_step2.html
+++ b/wqflask/wqflask/templates/new_security/forgot_password_step2.html
@@ -20,8 +20,6 @@
{% endblock %}
{% block js %}
-
-
{% include "new_security/_scripts.html" %}
diff --git a/wqflask/wqflask/templates/new_security/login_user.html b/wqflask/wqflask/templates/new_security/login_user.html
index 80fed82a..095036f0 100644
--- a/wqflask/wqflask/templates/new_security/login_user.html
+++ b/wqflask/wqflask/templates/new_security/login_user.html
@@ -114,8 +114,6 @@ label.error,div.error{
{% endblock %}
{% block js %}
-
-
{% include "new_security/_scripts.html" %}
diff --git a/wqflask/wqflask/templates/new_security/register_user.html b/wqflask/wqflask/templates/new_security/register_user.html
index da74090c..325d8aa5 100644
--- a/wqflask/wqflask/templates/new_security/register_user.html
+++ b/wqflask/wqflask/templates/new_security/register_user.html
@@ -99,7 +99,6 @@
{% endblock %}
{% block js %}
-
{% include "new_security/_scripts.html" %}
diff --git a/wqflask/wqflask/templates/new_security/registered.html b/wqflask/wqflask/templates/new_security/registered.html
index 349cbdd4..e71d5598 100644
--- a/wqflask/wqflask/templates/new_security/registered.html
+++ b/wqflask/wqflask/templates/new_security/registered.html
@@ -18,7 +18,6 @@
{% endblock %}
{% block js %}
-
{% include "new_security/_scripts.html" %}
diff --git a/wqflask/wqflask/templates/new_security/thank_you.html b/wqflask/wqflask/templates/new_security/thank_you.html
index 290961e6..459bd66a 100644
--- a/wqflask/wqflask/templates/new_security/thank_you.html
+++ b/wqflask/wqflask/templates/new_security/thank_you.html
@@ -18,8 +18,6 @@
{% endblock %}
{% block js %}
-
-
{% include "new_security/_scripts.html" %}
diff --git a/wqflask/wqflask/templates/new_security/verification_still_needed.html b/wqflask/wqflask/templates/new_security/verification_still_needed.html
index 817fa963..3aa24e37 100644
--- a/wqflask/wqflask/templates/new_security/verification_still_needed.html
+++ b/wqflask/wqflask/templates/new_security/verification_still_needed.html
@@ -21,8 +21,6 @@
{% endblock %}
{% block js %}
-
-
{% include "new_security/_scripts.html" %}
--
cgit v1.2.3