From ce1f17e5104d44fa833090c47dd76466a2d7f743 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Apr 2015 21:47:49 -0400 Subject: Redirect several URLs at the router level. --- templates/public/donate.html | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 templates/public/donate.html (limited to 'templates/public/donate.html') 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 %} -
- -

Donate to {{ BRANDING_SHORTNAME }}

- -

We don't accept any money donations

- -

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.

- -

If you want, we have a pretty nice TODO list you can check to help us by donating some of your - time. That will be very much appreciated by us :)

- -
-{% endcache %} -{% endblock %} -- cgit v1.2.3-54-g00ecf