From 8ee28118fec0661c6758556515bdfa1e31c49184 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Wed, 6 Jan 2016 23:44:57 -0800 Subject: [PATCH] Django 1.9 compatibility - Remove deprecated `load ur from future` - Refactor urls.py as list --- todo/templates/todo/base.html | 5 +-- todo/templates/todo/del_list.html | 1 - todo/templates/todo/email/assigned_body.txt | 1 - todo/templates/todo/email/newcomment_body.txt | 1 - todo/templates/todo/list_lists.html | 1 - todo/templates/todo/search_results.html | 1 - todo/templates/todo/view_list.html | 1 - todo/templates/todo/view_task.html | 1 - todo/urls.py | 34 +++++++++---------- todo/views.py | 2 +- 10 files changed, 21 insertions(+), 27 deletions(-) diff --git a/todo/templates/todo/base.html b/todo/templates/todo/base.html index 58e07fc..1103171 100644 --- a/todo/templates/todo/base.html +++ b/todo/templates/todo/base.html @@ -1,10 +1,11 @@ {% extends "base.html" %} +{% load staticfiles %} {% block extrahead %} - + - +