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 %} -

Sign Out

-
+

Sign out

-
- Are you sure you want to sign out ? -
+

Are you sure you want to sign out?

-
+ {% csrf_token %} -
- -
+
{% 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" %} -

Connect {{ provider.name }}

-
+

Sign in with {{ provider.name }}

+

You are about to sign in using a third-party account from {{ provider.name }}.

-
- You are about to connect a new third-party account from {{ provider.name }}. -
-{% else %} -

Sign In Via {{ provider.name }}

-
- -
- You are about to sign in using a third-party account from {{ provider.name }}. -
-{% endif %} - -
+ {% csrf_token %} -
- -
+
+ {% endblock content %}