From c3c0bceafcfa0cb498401f50771922f55f84bfa4 Mon Sep 17 00:00:00 2001 From: Phawit Pornwattanakul Date: Mon, 11 Oct 2021 02:02:46 +0700 Subject: [PATCH 1/6] Add register with osu! button and fix line --- rurusetto/users/templates/account/signup.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rurusetto/users/templates/account/signup.html b/rurusetto/users/templates/account/signup.html index 6482e5a0..36a43081 100644 --- a/rurusetto/users/templates/account/signup.html +++ b/rurusetto/users/templates/account/signup.html @@ -1,5 +1,7 @@ {% load static %} {% load crispy_forms_tags %} +{% load socialaccount %} +{% get_providers as socialaccount_providers %} @@ -45,13 +47,19 @@

Sign Up

+ {% for provider in socialaccount_providers %} +

+ osu! logo Sign up with {{provider.name}} +

+ {% endfor %}
{% csrf_token %} {{ form|crispy }}

-
+

Already have an account? Login instead

From 65999d4867ec8f89fff334215995639788d410d1 Mon Sep 17 00:00:00 2001 From: Phawit Pornwattanakul Date: Mon, 11 Oct 2021 02:10:50 +0700 Subject: [PATCH 2/6] Delete test server announcement --- rurusetto/wiki/templates/wiki/home.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/rurusetto/wiki/templates/wiki/home.html b/rurusetto/wiki/templates/wiki/home.html index 0cec8255..9f15b4ee 100644 --- a/rurusetto/wiki/templates/wiki/home.html +++ b/rurusetto/wiki/templates/wiki/home.html @@ -36,19 +36,6 @@

-
- -
{% endif %} From eba6ef50b6f2c436aad01b89f116858f6deb3d47 Mon Sep 17 00:00:00 2001 From: Phawit Pornwattanakul Date: Mon, 11 Oct 2021 02:11:14 +0700 Subject: [PATCH 3/6] Fix message from ... is still show even no message in support box --- rurusetto/wiki/templates/wiki/wiki_page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rurusetto/wiki/templates/wiki/wiki_page.html b/rurusetto/wiki/templates/wiki/wiki_page.html index 0737cc97..6b00819e 100644 --- a/rurusetto/wiki/templates/wiki/wiki_page.html +++ b/rurusetto/wiki/templates/wiki/wiki_page.html @@ -171,8 +171,10 @@