summaryrefslogtreecommitdiff
path: root/templates/public/donate.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r--templates/public/donate.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html
deleted file mode 100644
index f7087dc9..00000000
--- a/templates/public/donate.html
+++ /dev/null
@@ -1,28 +0,0 @@
-{% extends "base.html" %}
-{% load cache %}
-{% load static from staticfiles %}
-{% load wiki %}
-
-{% block title %}{{ BRANDING_DISTRONAME }} - Donate{% endblock %}
-
-{% block content %}
-{% cache 600 donations secure %}
-<div id="donations" class="box">
-
- <h2>Donate to {{ BRANDING_SHORTNAME }}</h2>
-
- <h3>We don't accept any money donations</h3>
-
- <p>That's right. At the moment, Parabola isn't accepting any money
- donations. And that's because we have nothing to do with them. We really
- don't, at the moment. So, some voluntary work is much preferred than
- anything, because we are a really small community of hackers.</p>
-
- <p>If you want, we have a pretty nice <a
- href="{% wiki_url 'TODO' %}" title="The TODO
- list!">TODO list</a> you can check to help us by donating some of your
- time. That will be very much appreciated by us :)</p>
-
-</div>
-{% endcache %}
-{% endblock %}