diff options
| author | Tom Christie | 2012-12-29 23:30:40 -0800 | 
|---|---|---|
| committer | Tom Christie | 2012-12-29 23:30:40 -0800 | 
| commit | 4213c030725eca1b7ea53b2b1c8f35d1cac31a8a (patch) | |
| tree | 5994a5fca1a2f062bc0c490c3e89eef221e74a16 | |
| parent | 12c4f1ecf7dd7b0e6ead5a42c0fd5cab5aa7ad27 (diff) | |
| parent | b1e6b58c9729c77dda3b73b47142eff3d29935c9 (diff) | |
| download | django-rest-framework-4213c030725eca1b7ea53b2b1c8f35d1cac31a8a.tar.bz2 | |
Merge pull request #535 from sebastibe/missing-templatetags
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> | 
