aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/templates
diff options
context:
space:
mode:
authorAndreas Bernacca2014-11-21 22:45:28 +0100
committerAndreas Bernacca2014-11-21 22:45:28 +0100
commit2ec0e7417f7e64a40062266f535778435fd3f9ba (patch)
tree68f5786a5a1ec79de3192fc82ed340190423f7c5 /rest_framework/templates
parentfe9a758d7e0db90be7fe5878d1617444c2465391 (diff)
downloaddjango-rest-framework-2ec0e7417f7e64a40062266f535778435fd3f9ba.tar.bz2
removed the whole footer section
Diffstat (limited to 'rest_framework/templates')
-rw-r--r--rest_framework/templates/rest_framework/base.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html
index a2bd8cd5..e9668193 100644
--- a/rest_framework/templates/rest_framework/base.html
+++ b/rest_framework/templates/rest_framework/base.html
@@ -237,12 +237,6 @@
</div>
<!-- END Content -->
</div><!-- /.container -->
-
- <footer>
- {% block footer %}
- {% endblock %}
- </footer>
-
</div><!-- ./wrapper -->
{% block script %}