aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/templates
diff options
context:
space:
mode:
authorPaul Oswald2012-02-15 10:30:56 +0900
committerPaul Oswald2012-02-15 10:33:49 +0900
commitcbd0752740b4dfb054179f68ca330b8ac212ec77 (patch)
tree00551ded470ef8cd6212cf642fa0a3bf287b9647 /djangorestframework/templates
parente0f7d2cd9f9ef1f9788d402b6a2861946d4c2fc9 (diff)
downloaddjango-rest-framework-cbd0752740b4dfb054179f68ca330b8ac212ec77.tar.bz2
Move the templates into a named directory
Diffstat (limited to 'djangorestframework/templates')
-rw-r--r--djangorestframework/templates/djangorestframework/api_login.html (renamed from djangorestframework/templates/api_login.html)0
-rw-r--r--djangorestframework/templates/djangorestframework/base_renderer.html (renamed from djangorestframework/templates/base_renderer.html)0
-rw-r--r--djangorestframework/templates/djangorestframework/renderer.html (renamed from djangorestframework/templates/renderer.html)2
-rw-r--r--djangorestframework/templates/djangorestframework/renderer.txt (renamed from djangorestframework/templates/renderer.txt)0
4 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/templates/api_login.html b/djangorestframework/templates/djangorestframework/api_login.html
index 07929f0c..07929f0c 100644
--- a/djangorestframework/templates/api_login.html
+++ b/djangorestframework/templates/djangorestframework/api_login.html
diff --git a/djangorestframework/templates/base_renderer.html b/djangorestframework/templates/djangorestframework/base_renderer.html
index 1d4ae92a..1d4ae92a 100644
--- a/djangorestframework/templates/base_renderer.html
+++ b/djangorestframework/templates/djangorestframework/base_renderer.html
diff --git a/djangorestframework/templates/renderer.html b/djangorestframework/templates/djangorestframework/renderer.html
index adb42c7f..01ca5543 100644
--- a/djangorestframework/templates/renderer.html
+++ b/djangorestframework/templates/djangorestframework/renderer.html
@@ -1,3 +1,3 @@
-{% extends "base_renderer.html" %}
+{% extends "djangorestframework/base_renderer.html" %}
{# Override this template in your own templates directory to customize #} \ No newline at end of file
diff --git a/djangorestframework/templates/renderer.txt b/djangorestframework/templates/djangorestframework/renderer.txt
index b584952c..b584952c 100644
--- a/djangorestframework/templates/renderer.txt
+++ b/djangorestframework/templates/djangorestframework/renderer.txt