diff options
| author | Tom Christie | 2013-09-25 10:30:04 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-09-25 10:30:04 +0100 |
| commit | e441f85109e64345a12e65062fc0e51c5787e67f (patch) | |
| tree | e04c0ba1e2891b0c6011ca319f166c57159f3d26 /rest_framework/templates | |
| parent | 21cd6386593aea0b122abec1c5cc3bd5c544aa87 (diff) | |
| download | django-rest-framework-e441f85109e64345a12e65062fc0e51c5787e67f.tar.bz2 | |
Drop 1.3 support
Diffstat (limited to 'rest_framework/templates')
| -rw-r--r-- | rest_framework/templates/rest_framework/base.html | 1 | ||||
| -rw-r--r-- | rest_framework/templates/rest_framework/login_base.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index 2776d550..47377d51 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -1,4 +1,5 @@ {% load url from future %} +{% load staticfiles %} {% load rest_framework %} <!DOCTYPE html> <html> diff --git a/rest_framework/templates/rest_framework/login_base.html b/rest_framework/templates/rest_framework/login_base.html index be9a0072..be83c2f5 100644 --- a/rest_framework/templates/rest_framework/login_base.html +++ b/rest_framework/templates/rest_framework/login_base.html @@ -1,4 +1,5 @@ {% load url from future %} +{% load staticfiles %} {% load rest_framework %} <html> |
