commit 3d6d8fddcdd77931bc7331b2f74cfff79e0561ae parent 46dd63af682246c162423e37e0361e2d644c93e1 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 12 Oct 2020 14:23:57 +0200 add missing file Diffstat:
| A | talermerchantdemos/templates/footer.html.j2 | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/talermerchantdemos/templates/footer.html.j2 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 © 2014—2020 Taler Systems SA</p> +</div>