aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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 }}