summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/templates')
-rw-r--r--talermerchantdemos/templates/blog-base.html.j21
-rw-r--r--talermerchantdemos/templates/common-base.html.j22
-rw-r--r--talermerchantdemos/templates/donations-base.html.j25
-rw-r--r--talermerchantdemos/templates/survey-base.html.j25
4 files changed, 12 insertions, 1 deletions
diff --git a/talermerchantdemos/templates/blog-base.html.j2 b/talermerchantdemos/templates/blog-base.html.j2
index abe3158..a320f0f 100644
--- a/talermerchantdemos/templates/blog-base.html.j2
+++ b/talermerchantdemos/templates/blog-base.html.j2
@@ -2,6 +2,7 @@
{% block head %}
<link rel="stylesheet" type="text/css" href="{{ static('blog.css') }}" />
+ <link rel="stylesheet" type="text/css" href="{{ static('colors-blog.css') }}" />
{% endblock head %}
{% block header_content %}
diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2
index 2a6be8c..07fd5c9 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -86,7 +86,7 @@
}}
</p>
<div style="flex-grow:1"></div>
- <p>Copyright &copy; 2014&mdash;2021 Taler Systems SA</p>
+ <p>Copyright &copy; 2014&mdash;2022 Taler Systems SA</p>
</div>
</section>
</body>
diff --git a/talermerchantdemos/templates/donations-base.html.j2 b/talermerchantdemos/templates/donations-base.html.j2
index 9f772a4..aec8794 100644
--- a/talermerchantdemos/templates/donations-base.html.j2
+++ b/talermerchantdemos/templates/donations-base.html.j2
@@ -1,5 +1,10 @@
{% extends "common-base.html.j2" %}
+{% block head %}
+ <link rel="stylesheet" type="text/css" href="{{ static('colors-donations.css') }}" />
+{% endblock head %}
+
+
{% block header_content %}
<h1>
diff --git a/talermerchantdemos/templates/survey-base.html.j2 b/talermerchantdemos/templates/survey-base.html.j2
index f35f514..1ec97be 100644
--- a/talermerchantdemos/templates/survey-base.html.j2
+++ b/talermerchantdemos/templates/survey-base.html.j2
@@ -1,5 +1,10 @@
{% extends "common-base.html.j2" %}
+{% block head %}
+ <link rel="stylesheet" type="text/css" href="{{ static('colors-survey.css') }}" />
+{% endblock head %}
+
+
{% block header_content %}
<h1>