From 26c1558e0f10ebf6549d51e29255ada2e8825521 Mon Sep 17 00:00:00 2001 From: Mjumbe Wawatu Poe Date: Fri, 20 Jan 2012 10:53:30 -0500 Subject: Update the admin static files to handle the latest version of admin --- djangorestframework/templates/api_login.html | 22 ++++++++++++++-------- djangorestframework/templates/renderer.html | 9 +++++++-- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/djangorestframework/templates/api_login.html b/djangorestframework/templates/api_login.html index 9d06e851..750f898b 100644 --- a/djangorestframework/templates/api_login.html +++ b/djangorestframework/templates/api_login.html @@ -1,8 +1,14 @@
- - - + {% if ADMIN_MEDIA_PREFIX %} + + + + {% else %} + + + + {% endif %} @@ -11,12 +17,12 @@