Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d054e6

Browse files
committed
Updated some templates in customer/emails so they extend
'customer/emails/base.*' instead of 'oscar/customer/emails/base.*' ....for the sake of consistency!
1 parent 66f8201 commit 2d054e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/oscar/templates/oscar/customer/emails/commtype_email_changed_body.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "oscar/customer/emails/base.txt" %}
1+
{% extends "customer/emails/base.txt" %}
22
{% load i18n %}
33

44
{% block body %}{% autoescape off %}{% blocktrans with email=new_email %}You're receiving this email because your email address has been changed to {{ email }}.{% endblocktrans %}

src/oscar/templates/oscar/customer/emails/commtype_password_changed_body.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "oscar/customer/emails/base.html" %}
1+
{% extends "customer/emails/base.html" %}
22
{% load i18n %}
33

44
{% block body %}{% autoescape off %}{% blocktrans with name=site.name %}

src/oscar/templates/oscar/customer/emails/commtype_password_reset_body.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "oscar/customer/emails/base.txt" %}
1+
{% extends "customer/emails/base.txt" %}
22
{% load i18n %}
33

44
{% block body %}{% autoescape off %}

0 commit comments

Comments
 (0)