From: Michael Tremer Date: Sat, 10 May 2014 18:49:19 +0000 (+0200) Subject: Remove text from donation page. X-Git-Url: http://git.ipfire.org/?p=people%2Fshoehn%2Fipfire.org.git;a=commitdiff_plain;h=8f315169094fb4537211d1728d8c2fc3ed5baf89 Remove text from donation page. --- diff --git a/templates/donate.html b/templates/donate.html index 8302fac..5301c65 100644 --- a/templates/donate.html +++ b/templates/donate.html @@ -65,79 +65,4 @@ {% module DonationBox(show_wishlist_items=True) %} - -
- - - - {% if lang == "de" %} -

- Die gesammelten Spenden werden direkt dazu verwendet, - das Projekt zu verbessern und das hohe Level an Qualität - zu erhalten. -

- {% else %} -

- The sponsored funds will be directly spent to improve - and maintain the high quality code base that IPFire is built upon. -

- {% end %} - - {% if lang == "de" %} -

- Ebenfalls sammeln wir um die folgenden Aktivitäten zu unterstützen: -

- - {% else %} -

- We would also like to fund the following activities: -

- - {% end %} - -

{{ _("Research & Development") }}

- - {% if lang == "de" %} -

- Forschung und Entwicklung sind uns sehr wichtig, - um IPFire auch den Weg für die Zukunft zu bereiten. - Ein Beispiel dafür ist die Portierung auf neue Architekturen. -

-

- Einige Themen, in welchen wir uns engagieren wollen sind unter anderem - ARM, IPv6 und eine neuartige Weboberfläche. -

- {% else %} -

- We would also like to do some research and development to - make IPFire ready for the future. - One example is we'd like to acquire new hardware platforms - and port IPFire to them. -

-

- Some of the big things we would like to dig in are ARM, IPv6 and a new WUI. -

- {% end %} {% end block %}