From: Jan Paul Tuecking Date: Sun, 24 Jan 2010 14:17:27 +0000 (+0100) Subject: Added donation page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d964a8fa116530c2e68ff2e63db3852683067de5;p=ipfire.org.git Added donation page. --- 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 %}