diff options
author | Dan McGee <dan@archlinux.org> | 2013-11-26 04:10:25 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-11-26 04:10:25 +0100 |
commit | 108cfaa8df3b94031a3436fbb71c76fdc0650ba1 (patch) | |
tree | 61c30085b49e63c6605dfebac3bef5e123cbaa70 /templates/todolists | |
parent | 06317908f73420224fce0c400048c3b7dcfc8abb (diff) | |
parent | 071bd6bd71f681c45048fc0a0961e58d43d44d48 (diff) | |
download | archweb-108cfaa8df3b94031a3436fbb71c76fdc0650ba1.tar.gz archweb-108cfaa8df3b94031a3436fbb71c76fdc0650ba1.tar.xz |
Merge branch 'django-1.6'
Diffstat (limited to 'templates/todolists')
-rw-r--r-- | templates/todolists/list.html | 1 | ||||
-rw-r--r-- | templates/todolists/view.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 56f9874..7f0368d 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% block title %}Arch Linux - Todo Lists{% endblock %} diff --git a/templates/todolists/view.html b/templates/todolists/view.html index b26cd91..a3ee547 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load cycle from future %} {% load static from staticfiles %} {% load package_extras %} {% load todolists %} |