From d964a8fa116530c2e68ff2e63db3852683067de5 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Sun, 24 Jan 2010 15:17:27 +0100 Subject: [PATCH] Added donation page. --- www/templates/static/donation.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 www/templates/static/donation.html diff --git a/www/templates/static/donation.html b/www/templates/static/donation.html new file mode 100644 index 00000000..b3abada3 --- /dev/null +++ b/www/templates/static/donation.html @@ -0,0 +1,22 @@ +{% extends "../base.html" %} + +{% block title %}{{ _("Donation") }}{% end block %} + + +{% block content %} + + +
+

{{ _("Donation") }}

+ {{ _( +

+ {% if lang == "de" %} + Mit jeder Spende und sei sie noch so klein unterstützen sie dieses Projekt sehr. + {% else %} + With each donation, and if with small ones you support this project. + {% end %} +

+
+
+ + {% end block %} -- 2.47.3