diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 21:47:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 21:47:49 -0400 |
commit | ce1f17e5104d44fa833090c47dd76466a2d7f743 (patch) | |
tree | b304b5bacde314f817aa11b1fa9358296fec6530 /templates/public/donate.html | |
parent | 993d1a584f7aff8d0975495bef81850c756eec10 (diff) |
Redirect several URLs at the router level.
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r-- | templates/public/donate.html | 28 |
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 %} |