diff options
| author | Andreas Bernacca | 2014-11-21 22:45:28 +0100 |
|---|---|---|
| committer | Andreas Bernacca | 2014-11-21 22:45:28 +0100 |
| commit | 2ec0e7417f7e64a40062266f535778435fd3f9ba (patch) | |
| tree | 68f5786a5a1ec79de3192fc82ed340190423f7c5 | |
| parent | fe9a758d7e0db90be7fe5878d1617444c2465391 (diff) | |
| download | django-rest-framework-2ec0e7417f7e64a40062266f535778435fd3f9ba.tar.bz2 | |
removed the whole footer section
| -rw-r--r-- | rest_framework/templates/rest_framework/base.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index a2bd8cd5..e9668193 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -237,12 +237,6 @@ </div> <!-- END Content --> </div><!-- /.container --> - - <footer> - {% block footer %} - {% endblock %} - </footer> - </div><!-- ./wrapper --> {% block script %} |
