diff options
author | Dan McGee <dan@archlinux.org> | 2013-11-06 21:10:52 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-11-06 21:10:52 -0600 |
commit | 86f9d6788e22376560ca1a56e86c8f679b832907 (patch) | |
tree | a50d7fd9ee1b68fcfc99fa8b17ff84681c23d0a6 /templates/news | |
parent | 3061d1c9515cd44ecc79f95c57b268564a481ccf (diff) |
Django 1.6 upgrade, deprecation cleanup
PendingDeprecationWarning: 'The `cycle` template tag is changing to
escape its arguments; the non-autoescaping version is deprecated. Load
it from the `future` tag library to start using the new behavior.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/news')
-rw-r--r-- | templates/news/list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/news/list.html b/templates/news/list.html index e85ceced..4acbc7e9 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -1,4 +1,6 @@ {% extends "base.html" %} +{% load cycle from future %} + {% block title %}Arch Linux - News{% endblock %} {% block head %} |