git.ithinksw.org
/
philo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad61c0e
)
Added STATIC_URL to context for icons.
author
Stephen Burrows
<stephen.r.burrows@gmail.com>
Thu, 31 Mar 2011 21:45:00 +0000
(17:45 -0400)
committer
Stephen Burrows
<stephen.r.burrows@gmail.com>
Wed, 6 Apr 2011 21:30:25 +0000
(17:30 -0400)
contrib/gilbert/sites.py
patch
|
blob
|
history
diff --git
a/contrib/gilbert/sites.py
b/contrib/gilbert/sites.py
index
3b4124d
..
3d07a84
100644
(file)
--- a/
contrib/gilbert/sites.py
+++ b/
contrib/gilbert/sites.py
@@
-225,6
+225,7
@@
class GilbertSite(object):
return render_to_response('gilbert/icons.css', {
'icon_names': set(icon_names),
+ 'STATIC_URL': settings.STATIC_URL
}, mimetype='text/css')
def router(self, request, app_label=None, extra_context=None):