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.
This commit is contained in:
Jakub Roztočil 2013-10-24 17:53:02 +02:00
parent 2ddf7869e3
commit be55a3c5c7

View File

@ -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 %}