summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-03-16 14:08:27 +0100
committerFlorian Dold <florian@dold.me>2022-03-16 14:08:27 +0100
commit5c5256c5d18c6812e62673b5ce0c2a311ca7385a (patch)
tree8caca56fba5e7d91b53cb96513c7071074e5793a /talermerchantdemos/templates
parent2531aeff82a211f894a30758075aef8f634e59d6 (diff)
downloadtaler-merchant-demos-5c5256c5d18c6812e62673b5ce0c2a311ca7385a.tar.gz
taler-merchant-demos-5c5256c5d18c6812e62673b5ce0c2a311ca7385a.tar.bz2
taler-merchant-demos-5c5256c5d18c6812e62673b5ce0c2a311ca7385a.zip
new colors
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>