aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/templates
diff options
context:
space:
mode:
authorJakub Roztočil2013-10-24 17:53:02 +0200
committerJakub Roztočil2013-10-24 17:53:02 +0200
commitbe55a3c5c7f0c573129903e29b7c9dfc02dd5958 (patch)
treeb736dad398bd7ef19921e97c1fd2a9a2b8edce78 /rest_framework/templates
parent2ddf7869e3ce57d056c5b0546154c7bbe524cc09 (diff)
downloaddjango-rest-framework-be55a3c5c7f0c573129903e29b7c9dfc02dd5958.tar.bz2
Removed commented-out credits from footer to make django-debug-toolbar work.
The comment, although valid, caused that the Django debug toolbar's injected HTML was partially commented-out and thus the toolbar didn't work as expected.
Diffstat (limited to 'rest_framework/templates')
-rw-r--r--rest_framework/templates/rest_framework/base.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html
index 7ab17dff..495163b6 100644
--- a/rest_framework/templates/rest_framework/base.html
+++ b/rest_framework/templates/rest_framework/base.html
@@ -221,9 +221,6 @@
</div><!-- ./wrapper -->
{% block footer %}
- <!--<div id="footer">
- <a class="powered-by" href='http://django-rest-framework.org'>Django REST framework</a>
- </div>-->
{% endblock %}
{% block script %}