From 965351e85b25d83c193fcf68e42947b3b22a6b8f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 24 Mar 2012 13:01:17 -0500 Subject: Add retro_static template tag Unfortunately {% static %} cannot interpret any context variables passed into it, so we need to customize things in order to use it here since our resources are sorted by year. Signed-off-by: Dan McGee --- retro/templatetags/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 retro/templatetags/__init__.py (limited to 'retro/templatetags/__init__.py') diff --git a/retro/templatetags/__init__.py b/retro/templatetags/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3-54-g00ecf