summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-12 14:23:57 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-12 14:23:57 +0200
commit3d6d8fddcdd77931bc7331b2f74cfff79e0561ae (patch)
tree4bdbb15211c55c823517ffb2406aff8c868bf32d /talermerchantdemos/templates
parent46dd63af682246c162423e37e0361e2d644c93e1 (diff)
downloadtaler-merchant-demos-3d6d8fddcdd77931bc7331b2f74cfff79e0561ae.tar.gz
taler-merchant-demos-3d6d8fddcdd77931bc7331b2f74cfff79e0561ae.tar.bz2
taler-merchant-demos-3d6d8fddcdd77931bc7331b2f74cfff79e0561ae.zip
add missing file
Diffstat (limited to 'talermerchantdemos/templates')
-rw-r--r--talermerchantdemos/templates/footer.html.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/talermerchantdemos/templates/footer.html.j2 b/talermerchantdemos/templates/footer.html.j2
new file mode 100644
index 0000000..79c4fd7
--- /dev/null
+++ b/talermerchantdemos/templates/footer.html.j2
@@ -0,0 +1,10 @@
+<hr />
+<div>
+ <p>
+ {{
+ gettext('You can learn more about GNU Taler on our main <a href="{site}">website</a>.').format(site="https://taler.net/")
+ }}
+ </p>
+ <div style="flex-grow:1"></div>
+ <p>Copyright &copy; 2014&mdash;2020 Taler Systems SA</p>
+</div>