summaryrefslogtreecommitdiff
path: root/templates/public/donate.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-12 19:10:27 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-12 19:10:27 -0500
commitbcf8f7438278880f092361814bbcd3207d11e937 (patch)
treec9b83fb0770dd17f352673c3ff13b8b13b09a180 /templates/public/donate.html
parent02fdb37d55ec1158162d4c35c3b43d1bcd4e58fa (diff)
parent024fd1b2843d2abd0094faedfbc49e1d1a21edd0 (diff)
Merge commit '024fd1b' (Remove cdnprefix template tag)
Conflicts: templates/base.html templates/public/art.html templates/public/donate.html templates/public/download.html templates/public/index.html
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r--templates/public/donate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 6ec407dc..e0771606 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load cache %}
-{% load cdn %}
+{% load static from staticfiles %}
{% block title %}Parabola - Donate{% endblock %}