aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-10-24 09:20:05 -0700
committerTom Christie2013-10-24 09:20:05 -0700
commit3c86e25b7674dcf53697556ce213e0b3df950016 (patch)
treeb736dad398bd7ef19921e97c1fd2a9a2b8edce78
parent2ddf7869e3ce57d056c5b0546154c7bbe524cc09 (diff)
parentbe55a3c5c7f0c573129903e29b7c9dfc02dd5958 (diff)
downloaddjango-rest-framework-3c86e25b7674dcf53697556ce213e0b3df950016.tar.bz2
Merge pull request #1202 from jkbr/patch-1
Removed commented-out credits from footer so that django-debug-toolbar works
-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 %}