diff options
| author | Tom Christie | 2013-10-24 09:20:05 -0700 | 
|---|---|---|
| committer | Tom Christie | 2013-10-24 09:20:05 -0700 | 
| commit | 3c86e25b7674dcf53697556ce213e0b3df950016 (patch) | |
| tree | b736dad398bd7ef19921e97c1fd2a9a2b8edce78 | |
| parent | 2ddf7869e3ce57d056c5b0546154c7bbe524cc09 (diff) | |
| parent | be55a3c5c7f0c573129903e29b7c9dfc02dd5958 (diff) | |
| download | django-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.html | 3 | 
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 %}  | 
