summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-17 14:39:43 +0200
committerFlorian Dold <florian@dold.me>2021-05-17 14:39:52 +0200
commite0e86588565baf0111db24b431e8a4c908017da5 (patch)
tree85d7e6073e1aebc359db49fe4d135a50400e8179 /contrib
parentd671ac4a7a9fcac65d8a0baa4f846e934e77f0d9 (diff)
downloadmerchant-e0e86588565baf0111db24b431e8a4c908017da5.tar.gz
merchant-e0e86588565baf0111db24b431e8a4c908017da5.tar.bz2
merchant-e0e86588565baf0111db24b431e8a4c908017da5.zip
pass static_url to templates
Diffstat (limited to 'contrib')
-rw-r--r--contrib/depleted_tip.en.must2
-rw-r--r--contrib/offer_refund.en.must2
-rw-r--r--contrib/offer_tip.en.must2
-rw-r--r--contrib/request_payment.en.must2
-rw-r--r--contrib/show_order_details.en.must2
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/depleted_tip.en.must b/contrib/depleted_tip.en.must
index 795f4f17..3ef0b12d 100644
--- a/contrib/depleted_tip.en.must
+++ b/contrib/depleted_tip.en.must
@@ -24,7 +24,7 @@
</noscript>
<title>Status of your tip</title>
<link rel="stylesheet"
- href="/static/pure-min.css"
+ href="{{static_url}}pure-min.css"
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ"
crossorigin="anonymous">
<style>
diff --git a/contrib/offer_refund.en.must b/contrib/offer_refund.en.must
index 4f8f6631..57b4d55c 100644
--- a/contrib/offer_refund.en.must
+++ b/contrib/offer_refund.en.must
@@ -24,7 +24,7 @@
</noscript>
<title>Refund available for {{order_summary}}</title>
<link rel="stylesheet"
- href="/static/pure-min.css"
+ href="{{static_url}}pure-min.css"
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ"
crossorigin="anonymous">
<style>
diff --git a/contrib/offer_tip.en.must b/contrib/offer_tip.en.must
index ca165b3b..4ae140cf 100644
--- a/contrib/offer_tip.en.must
+++ b/contrib/offer_tip.en.must
@@ -24,7 +24,7 @@
</noscript>
<title>Tip available</title>
<link rel="stylesheet"
- href="/static/pure-min.css"
+ href="{{static_url}}pure-min.css"
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ"
crossorigin="anonymous">
<style>
diff --git a/contrib/request_payment.en.must b/contrib/request_payment.en.must
index 2665923d..e13fb859 100644
--- a/contrib/request_payment.en.must
+++ b/contrib/request_payment.en.must
@@ -24,7 +24,7 @@
</noscript>
<title>Payment required for {{order_summary}}</title>
<link rel="stylesheet"
- href="/static/pure-min.css"
+ href="{{static_url}}pure-min.css"
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ"
crossorigin="anonymous">
<style>
diff --git a/contrib/show_order_details.en.must b/contrib/show_order_details.en.must
index a4b23fb9..6a9cbd2e 100644
--- a/contrib/show_order_details.en.must
+++ b/contrib/show_order_details.en.must
@@ -24,7 +24,7 @@
</noscript>
<title>Status of your order for {{order_summary}}</title>
<link rel="stylesheet"
- href="/static/pure-min.css"
+ href="{{static_url}}pure-min.css"
integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ"
crossorigin="anonymous">
<style>