Skip to content

Commit 408c5ec

Browse files
authored
Merge pull request #18 from qgis/review_login_pages
Remove sidebar from account pages
2 parents f1d9772 + 6237835 commit 408c5ec

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

django_project/core/base_templates/account/email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load account socialaccount %}

django_project/core/base_templates/account/email_confirm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load account socialaccount %}

django_project/core/base_templates/account/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load account socialaccount %}

django_project/core/base_templates/account/logout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load account socialaccount %}

django_project/core/base_templates/account/password_reset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load account socialaccount %}

django_project/core/base_templates/account/password_reset_done.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load static %}

django_project/core/base_templates/account/password_reset_from_key.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load account socialaccount %}

django_project/core/base_templates/account/password_reset_from_key_done.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load account socialaccount %}

django_project/core/base_templates/account/signup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load account socialaccount crispy_forms_tags %}

django_project/core/base_templates/socialaccount/connections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_with_sidebar.html" %}
1+
{% extends "base.html" %}
22

33
{% load i18n %}
44
{% load account socialaccount %}

0 commit comments

Comments
 (0)