aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-21 21:46:01 +0000
committerTom Christie2014-11-21 21:46:01 +0000
commitf7de442ef4dc906d85249182d4a977b816873cec (patch)
treee3600ca234cf6178536e98b26760a5951a22e4fb
parente6ecb494bb0cec7829e3d26ae9d6af04271c6ad4 (diff)
parent2ec0e7417f7e64a40062266f535778435fd3f9ba (diff)
downloaddjango-rest-framework-f7de442ef4dc906d85249182d4a977b816873cec.tar.bz2
Merge pull request #2112 from rinti/patch-1
remove sponsored by dabapps
-rw-r--r--rest_framework/templates/rest_framework/base.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html
index e9d99a65..e9668193 100644
--- a/rest_framework/templates/rest_framework/base.html
+++ b/rest_framework/templates/rest_framework/base.html
@@ -237,13 +237,6 @@
</div>
<!-- END Content -->
</div><!-- /.container -->
-
- <footer>
- {% block footer %}
- <p>Sponsored by <a href="http://dabapps.com/">DabApps</a>.</p>
- {% endblock %}
- </footer>
-
</div><!-- ./wrapper -->
{% block script %}