diff --git a/codeeve/settings.py b/codeeve/settings.py index 2f4e0ca..bf2cb14 100644 --- a/codeeve/settings.py +++ b/codeeve/settings.py @@ -126,6 +126,7 @@ SITE_ID = 1 ACCOUNT_LOGIN_REDIRECT_URL = '/projects' ACCOUNT_LOGOUT_ON_GET = True +LOGIN_URL = '/accounts/github/login/?process=login' # Static files (CSS, JavaScript, Images) diff --git a/projects/templates/projects/project_list.html b/projects/templates/projects/project_list.html index 922f50f..e141f9a 100644 --- a/projects/templates/projects/project_list.html +++ b/projects/templates/projects/project_list.html @@ -7,7 +7,9 @@