diff --git a/src/website/shared/templates/account/logout.html b/src/website/shared/templates/account/logout.html index 8f403dc5..5428f5f5 100644 --- a/src/website/shared/templates/account/logout.html +++ b/src/website/shared/templates/account/logout.html @@ -5,17 +5,12 @@ {% block auth %}{% endblock %} {% block content %} -
Are you sure you want to sign out?
- {% endblock content %} diff --git a/src/website/shared/templates/socialaccount/login.html b/src/website/shared/templates/socialaccount/login.html index 8f417505..c6d61f37 100644 --- a/src/website/shared/templates/socialaccount/login.html +++ b/src/website/shared/templates/socialaccount/login.html @@ -5,26 +5,12 @@ {% block auth %}{% endblock %} {% block content %} -{% if process == "connect" %} -You are about to sign in using a third-party account from {{ provider.name }}.
-