]> git.ipfire.org Git - ipfire.org.git/blobdiff - templates/wishlist/index.html
Drop wishlist
[ipfire.org.git] / templates / wishlist / index.html
diff --git a/templates/wishlist/index.html b/templates/wishlist/index.html
deleted file mode 100644 (file)
index 2da27db..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}{{ _("Home") }}{% end block %}
-
-{% block body %}
-       <section class="content-section text-center">
-               <div class="page-header">
-                       <h1>{{ _("The IPFire Crowd Funding Platform") }}</h1>
-               </div>
-
-               {% if lang == "de" %}
-                       <p class="lead">
-                               Dies ist die IPFire Crowdfunding-Platform, auf welcher du mittels 
-                               Spenden deinem bevorzugten Feature mehr Gewicht verleihen kannst.
-                       </p>
-
-                       <p class="lead">
-                               Es ist ganz einfach. Wähle einen Wunsch, über den du dich freuen
-                               würdest, wenn er in Zukunft umgesetzt wird.
-                               Klicke auf den Spenden-Knopf und spende deinen gewünschten Betrag. Teile 
-                               auch deinen Freunden und Kollegen mit, wie sie ihre Wünsche unterstützen 
-                               können.
-                       </p>
-               {% else %}
-                       <p class="lead">
-                               The wishlist is the IPFire crowd funding platform where you can
-                               donate to accelerate the development of your favorite features.
-                       </p>
-
-                       <p class="lead">
-                               It's easy! Just pick the wish you would to see implemented
-                               in the future. Hit the donate button and donate the amount of
-                               money this feature is worth for you.
-                               After that tell your friends and collegues about it and
-                               encourage them to promote your favourite wish as well.
-                       </p>
-               {% end %}
-       </section>
-
-       {% if wishes %}
-               {% module Wishlist(wishes) %}
-       {% else %}
-               <div class="alert alert-error ac">
-                       {% if lang == "de" %}
-                               <strong>Es tut uns Leid!</strong><br>
-                               Derzeit finden keine Finanzierungen statt.
-                               Wenn du das Projekt unterstützen möchtest, so
-                               tätige eine <a href="http://www.ipfire.org/donation">Spende</a>.
-                       {% else %}
-                               <strong>We are sorry!</strong><br>
-                               There are currently no running fundings.
-                               If you want to contribute to the project, please
-                               make a <a href="http://www.ipfire.org/donation">donation</a>.
-                       {% end %}
-               </div>
-       {% end %}
-
-       <hr>
-
-       <div class="row">
-               <div class="col-md-6 ac">
-                       {% if lang == "de" %}
-                               Du hast eine Idee, oder glaubst ein wichtiges Feature fehlt
-                               und wäre ideal von der Community finanziert?
-                               Sende eine E-Mail an:<br>
-                               <i class="glyphicon glyphicon-envelope"></i> <a href="mailto:wishlist@ipfire.org">wishlist@ipfire.org</a>
-                       {% else %}
-                               Do you think we are missing a great feature that could be
-                               funded by the community? Write us an email about it to:<br>
-                               <i class="glyphicon glyphicon-envelope"></i> <a href="mailto:wishlist@ipfire.org">wishlist@ipfire.org</a>
-                       {% end %}
-               </div>
-
-               <div class="col-md-6 ac">
-                       {% if lang == "de" %}
-                               Bereits fertiggestellte Sammlungen finden sich
-                               <a href="/closed">hier</a>.
-                       {% else %}
-                               Already closed fundings are to be found over
-                               <a href="/closed">here</a>.
-                       {% end %}
-               </div>
-       </div>
-{% end block %}