diff options
| author | Tom Christie | 2014-11-21 21:46:01 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-11-21 21:46:01 +0000 |
| commit | f7de442ef4dc906d85249182d4a977b816873cec (patch) | |
| tree | e3600ca234cf6178536e98b26760a5951a22e4fb | |
| parent | e6ecb494bb0cec7829e3d26ae9d6af04271c6ad4 (diff) | |
| parent | 2ec0e7417f7e64a40062266f535778435fd3f9ba (diff) | |
| download | django-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.html | 7 |
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 %} |
