diff options
author | Dan McGee <dan@archlinux.org> | 2013-11-25 21:10:25 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-11-25 21:10:25 -0600 |
commit | 108cfaa8df3b94031a3436fbb71c76fdc0650ba1 (patch) | |
tree | 61c30085b49e63c6605dfebac3bef5e123cbaa70 /templates/devel/index.html | |
parent | 06317908f73420224fce0c400048c3b7dcfc8abb (diff) | |
parent | 071bd6bd71f681c45048fc0a0961e58d43d44d48 (diff) |
Merge branch 'django-1.6'
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 03e5d73a..c0c437a6 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% load cache %} {% load package_extras %} |