aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/templates
diff options
context:
space:
mode:
authorTom Christie2012-12-28 12:36:28 +0000
committerTom Christie2012-12-28 12:36:28 +0000
commitacdb69be527f48b245a0e8cd14a3628a3c75347a (patch)
tree6a2b51b1d035d7596e97110c697dbd9917cf94fa /rest_framework/templates
parent3e4242fc43def87fc6e0bda11afd8d3a82bd3ae3 (diff)
downloaddjango-rest-framework-acdb69be527f48b245a0e8cd14a3628a3c75347a.tar.bz2
Include 'static' template tag to enable 1.3 compatible staticfiles behaviour
Diffstat (limited to 'rest_framework/templates')
-rw-r--r--rest_framework/templates/rest_framework/base.html1
-rw-r--r--rest_framework/templates/rest_framework/login.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html
index 0e09e506..42e49cb9 100644
--- a/rest_framework/templates/rest_framework/base.html
+++ b/rest_framework/templates/rest_framework/base.html
@@ -1,6 +1,5 @@
{% load url from future %}
{% load rest_framework %}
-{% load staticfiles %}
<!DOCTYPE html>
<html>
<head>
diff --git a/rest_framework/templates/rest_framework/login.html b/rest_framework/templates/rest_framework/login.html
index 3681a158..e3f3d799 100644
--- a/rest_framework/templates/rest_framework/login.html
+++ b/rest_framework/templates/rest_framework/login.html
@@ -1,5 +1,4 @@
{% load url from future %}
-{% load staticfiles %}
<html>
<head>