diff options
| author | Jakub Roztočil | 2013-10-24 17:53:02 +0200 | 
|---|---|---|
| committer | Jakub Roztočil | 2013-10-24 17:53:02 +0200 | 
| commit | be55a3c5c7f0c573129903e29b7c9dfc02dd5958 (patch) | |
| tree | b736dad398bd7ef19921e97c1fd2a9a2b8edce78 /rest_framework/templates | |
| parent | 2ddf7869e3ce57d056c5b0546154c7bbe524cc09 (diff) | |
| download | django-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.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 %}  | 
