first commit
This commit is contained in:
13
static/index.html
Executable file
13
static/index.html
Executable file
@@ -0,0 +1,13 @@
|
||||
{% load socialaccount %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Login</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Login</h2>
|
||||
<a href="{% provider_login_url 'google' %}">Login with Google</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user