From a2967f63e6e0ac0095933f0131934b3b3100a800 Mon Sep 17 00:00:00 2001 From: Phawit Pornwattanakul Date: Wed, 3 Aug 2022 01:47:26 +0700 Subject: [PATCH] Update bootstrap's major version to 5.2 --- rurusetto/templates/400.html | 4 ++-- rurusetto/templates/403.html | 4 ++-- rurusetto/templates/404.html | 4 ++-- rurusetto/templates/500.html | 4 ++-- rurusetto/users/templates/account/login.html | 4 ++-- rurusetto/users/templates/account/signup.html | 2 +- .../users/templates/socialaccount/authentication_error.html | 2 +- rurusetto/users/templates/socialaccount/connections.html | 2 +- rurusetto/users/templates/socialaccount/login.html | 2 +- rurusetto/users/templates/socialaccount/login_cancelled.html | 2 +- rurusetto/users/templates/users/delete_account.html | 2 +- rurusetto/wiki/templates/wiki/base.html | 4 ++-- 12 files changed, 18 insertions(+), 18 deletions(-) diff --git a/rurusetto/templates/400.html b/rurusetto/templates/400.html index 2d762419..47fc7e5e 100644 --- a/rurusetto/templates/400.html +++ b/rurusetto/templates/400.html @@ -5,7 +5,7 @@ - + @@ -30,7 +30,7 @@

or Make the new issues in GitHub

- + \ No newline at end of file diff --git a/rurusetto/templates/403.html b/rurusetto/templates/403.html index 682dea92..c1948294 100644 --- a/rurusetto/templates/403.html +++ b/rurusetto/templates/403.html @@ -5,7 +5,7 @@ - + @@ -30,7 +30,7 @@

or Make the new issues in GitHub

- + \ No newline at end of file diff --git a/rurusetto/templates/404.html b/rurusetto/templates/404.html index 49551a9f..f5f8a18e 100644 --- a/rurusetto/templates/404.html +++ b/rurusetto/templates/404.html @@ -5,7 +5,7 @@ - + @@ -30,7 +30,7 @@

or Make the new issues in GitHub

- + diff --git a/rurusetto/templates/500.html b/rurusetto/templates/500.html index e9b0c3d3..965ed96b 100644 --- a/rurusetto/templates/500.html +++ b/rurusetto/templates/500.html @@ -5,7 +5,7 @@ - + @@ -30,7 +30,7 @@

or Make the new issues in GitHub

- + \ No newline at end of file diff --git a/rurusetto/users/templates/account/login.html b/rurusetto/users/templates/account/login.html index 6e10ccf9..f178441d 100644 --- a/rurusetto/users/templates/account/login.html +++ b/rurusetto/users/templates/account/login.html @@ -31,11 +31,11 @@ - + - + diff --git a/rurusetto/users/templates/account/signup.html b/rurusetto/users/templates/account/signup.html index 7c1b158f..1fa5e4de 100644 --- a/rurusetto/users/templates/account/signup.html +++ b/rurusetto/users/templates/account/signup.html @@ -28,7 +28,7 @@ - + diff --git a/rurusetto/users/templates/socialaccount/authentication_error.html b/rurusetto/users/templates/socialaccount/authentication_error.html index 95267115..6760b46d 100644 --- a/rurusetto/users/templates/socialaccount/authentication_error.html +++ b/rurusetto/users/templates/socialaccount/authentication_error.html @@ -18,7 +18,7 @@ {% trans "login_failed" %} - rūrusetto - + diff --git a/rurusetto/users/templates/socialaccount/connections.html b/rurusetto/users/templates/socialaccount/connections.html index c472852b..f8c751c2 100644 --- a/rurusetto/users/templates/socialaccount/connections.html +++ b/rurusetto/users/templates/socialaccount/connections.html @@ -18,7 +18,7 @@ {% trans "account_connection" %} - rūrusetto - + diff --git a/rurusetto/users/templates/socialaccount/login.html b/rurusetto/users/templates/socialaccount/login.html index e95f2b9e..f3eb0402 100644 --- a/rurusetto/users/templates/socialaccount/login.html +++ b/rurusetto/users/templates/socialaccount/login.html @@ -32,7 +32,7 @@ - + diff --git a/rurusetto/users/templates/socialaccount/login_cancelled.html b/rurusetto/users/templates/socialaccount/login_cancelled.html index be10ed68..069d8105 100644 --- a/rurusetto/users/templates/socialaccount/login_cancelled.html +++ b/rurusetto/users/templates/socialaccount/login_cancelled.html @@ -7,7 +7,7 @@ - + diff --git a/rurusetto/users/templates/users/delete_account.html b/rurusetto/users/templates/users/delete_account.html index a402c2b1..f8c6f24a 100644 --- a/rurusetto/users/templates/users/delete_account.html +++ b/rurusetto/users/templates/users/delete_account.html @@ -33,7 +33,7 @@ - + diff --git a/rurusetto/wiki/templates/wiki/base.html b/rurusetto/wiki/templates/wiki/base.html index e7344d88..4f7b3a63 100644 --- a/rurusetto/wiki/templates/wiki/base.html +++ b/rurusetto/wiki/templates/wiki/base.html @@ -49,7 +49,7 @@ gtag('config', '{% settings_value "GA_TRACKING_ID" %}'); - + @@ -222,7 +222,7 @@ - + {% block js %}{% endblock %}