From 8ec060ec875699529e373db5fefc2e975b18b85f Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 6 Oct 2019 17:52:39 +0100 Subject: Replace card on login page with notification --- pydis_site/templates/home/login.html | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/templates/home/login.html b/pydis_site/templates/home/login.html index 04ad8941..2206e95c 100644 --- a/pydis_site/templates/home/login.html +++ b/pydis_site/templates/home/login.html @@ -24,12 +24,12 @@
{% csrf_token %} -
- - -
+
+ + +
- -{# {% for provider in socialaccount_providers %}#} -{# {% if provider.id == "discord" %}#} -{# Login with {{ provider.name }}#} -{# {% endif %}#} -{# {% endfor %}#} -- cgit v1.2.3