aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJosé Padilla2014-10-31 10:25:19 -0400
committerDougal Matthews2014-11-25 12:44:11 +0000
commit361827350a8bd4efb4d6a09bcb29c0185a5454ed (patch)
tree4b741437d62128bb76db6950ee110f06551bf5be /docs
parent16d442dda3ee9d4ff40d067d76706959aac4c6a3 (diff)
downloaddjango-rest-framework-361827350a8bd4efb4d6a09bcb29c0185a5454ed.tar.bz2
Move content template into base.html
Diffstat (limited to 'docs')
-rw-r--r--docs/theme/content.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/theme/content.html b/docs/theme/content.html
deleted file mode 100644
index 93a437ff..00000000
--- a/docs/theme/content.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% if meta.source %}
-
- {% for filename in meta.source %}
- <a class="github" href="https://github.com/tomchristie/django-rest-framework/tree/master/rest_framework/{{ filename }}">
- <span class="label label-info">{{ filename }}</span>
- </a>
- {% endfor %}
-
-{% endif %}
-
-{{ content }}