From 20198e67ff37565932bc9b036bb678e8243d46c5 Mon Sep 17 00:00:00 2001
From: Dan McGee
Date: Sat, 24 Mar 2012 12:24:47 -0500
Subject: Begin removal of cdnprefix tag
This starts the removal of this code I wrote a while ago in favor of the
now core Django static files application and the helpful static template
tag.
Signed-off-by: Dan McGee
---
templates/public/donate.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
(limited to 'templates/public/donate.html')
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 76fd0aa..3b3ee10 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 %}Arch Linux - Donate{% endblock %}
@@ -31,7 +31,7 @@
as how donations work.
-
+
Commercial sponsors and contributions
@@ -41,7 +41,7 @@
in a server rack, bandwidth, and electricity for our main server.
We also wish to extend a special Thank You to
@@ -60,15 +60,15 @@
title="AirVM.com">AirVM.com for contributing a VMWare-based Virtual Machine.
Past donors
- {% for donor in donors %}
- - {{ donor.name }}
{% endfor %}
+{% for donor in donors %}
+- {{ donor.name }}
{% endfor %}
--
cgit v1.2.3-24-g4f1b