forked from Decide-Part-Rota/decide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Decide-Part-Rota/Rota3-003
Arreglado conflictos con social applications en la base de datos, importante que no existe social applications previas en la base de datos(ver panel admin) y que el site conocido como example tenga id en la URL igual a 1(ver también panel admin)
- Loading branch information
Showing
7 changed files
with
70 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<html> | ||
|
||
<head> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | ||
<title>Complete</title> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<h2 class="d-flex justify-content-center" style="margin: 20;">Complete demographic information</h2> | ||
<h2 class="d-flex justify-content-center" style="margin: 20;">before proceeding</h2> | ||
|
||
<div class="d-flex justify-content-center"> | ||
<form method="POST" style="margin: 10;"> | ||
{%csrf_token%} | ||
<table> | ||
{{form.as_table}} | ||
</table> | ||
<br> | ||
<button type="submit" class="btn btn-outline-dark">Submit</button> | ||
</form> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<head> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | ||
<link type="text/css" rel="stylesheet" href="{% static "registration/style.css" %}" /> | ||
<link type="text/css" rel="stylesheet" href="{% static 'registration/style.css' %}" /> | ||
<title>Register</title> | ||
|
||
</head> | ||
|
@@ -28,7 +28,7 @@ <h1 class="d-flex justify-content-center" style="margin: 20;">Register form</h1> | |
|
||
<br><br> | ||
|
||
<a href="{% provider_login_url 'google' %}"> | ||
<a href="{% provider_login_url 'google' next='/authentication/completeForm/' %}"> | ||
<button type="button" class="login-with-google-btn" > | ||
Sign in with Google | ||
</button> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
<head> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | ||
<link type="text/css" rel="stylesheet" href="{% static "registration/style.css" %}" /> | ||
<link type="text/css" rel="stylesheet" href="{% static 'registration/style.css' %}" /> | ||
<title>Login</title> | ||
</head> | ||
|
||
|
@@ -35,7 +35,7 @@ <h1>Iniciar sesión</h1> | |
|
||
<br><br> | ||
|
||
<a href="{% provider_login_url 'google' %}"> | ||
<a href="{% provider_login_url 'google' next='/authentication/completeForm/' %}"> | ||
<button type="button" class="login-with-google-btn" > | ||
Sign in with Google | ||
</button> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters