diff options
| author | Sebastien Beal | 2012-12-30 13:24:05 +0900 |
|---|---|---|
| committer | Sebastien Beal | 2012-12-30 13:24:05 +0900 |
| commit | b1e6b58c9729c77dda3b73b47142eff3d29935c9 (patch) | |
| tree | 5994a5fca1a2f062bc0c490c3e89eef221e74a16 | |
| parent | 12c4f1ecf7dd7b0e6ead5a42c0fd5cab5aa7ad27 (diff) | |
| download | django-rest-framework-b1e6b58c9729c77dda3b73b47142eff3d29935c9.tar.bz2 | |
missing rest_framework templatetags for statics in login template
| -rw-r--r-- | rest_framework/templates/rest_framework/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/templates/rest_framework/login.html b/rest_framework/templates/rest_framework/login.html index e3f3d799..6e2bd8d4 100644 --- a/rest_framework/templates/rest_framework/login.html +++ b/rest_framework/templates/rest_framework/login.html @@ -1,4 +1,5 @@ {% load url from future %} +{% load rest_framework %} <html> <head> |
