summaryrefslogtreecommitdiff
path: root/templates/public/art.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/art.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/art.html')
-rw-r--r--templates/public/art.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/public/art.html b/templates/public/art.html
index 08acf764..b32cbd92 100644
--- a/templates/public/art.html
+++ b/templates/public/art.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load cdn %}
+{% load static from staticfiles %}
{% block title %}Parabola - Artwork{% endblock %}
@@ -25,12 +25,12 @@
{% comment %}
<!-- This is an example of how images should be added here -->
<em>Also available in print-quality
- <a href="{{ STATIC_URL }}logos/parabola-logo-dark-1200dpi.png"
+ <a href="{% static "logos/parabola-logo-dark-1200dpi.png" %}"
title="Download 1200dpi PNG format">PNG</a> and scalable
- <a href="{{ STATIC_URL }}logos/parabola-logo-dark-scalable.svg"
+ <a href="{% static "logos/parabola-logo-dark-scalable.svg" %}"
title="Download scalable SVG format">SVG</a> formats.</em></p>
- <img src="{{ STATIC_URL }}logos/parabola-logo-dark-90dpi.png"
+ <img src="{% static "logos/parabola-logo-dark-90dpi.png" %}"
alt="Parabola PNG logo @ 90dpi" title="Parabola PNG logo @ 90dpi" />
<p><strong>Two-color inverted version</strong> (for dark backgrounds)<br />