Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit e596c45

Browse files
committed
use apps template for paypal fallback pages (bug 708028)
1 parent cbfe8c4 commit e596c45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/addons/templates/addons/paypal_error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_modal.html" if is_ajax else "base.html" %}
1+
{% extends "base_modal.html" if is_ajax else "impala/base_shared.html" %}
22

33
{% block classes %}paypal-modal{% endblock %}
44

apps/addons/templates/addons/paypal_start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_modal.html" if is_ajax else "base.html" %}
1+
{% extends "base_modal.html" if is_ajax else "impala/base_shared.html" %}
22

33
{% block classes %}paypal-modal{% endblock %}
44

apps/addons/templates/addons/paypal_thanks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "base_modal.html" if is_ajax else "base.html" %}
1+
{% extends "base_modal.html" if is_ajax else "impala/base_shared.html" %}
22

33
{% block classes %}paypal-modal{% endblock %}
44

0 commit comments

Comments
 (0)