diff options
| author | Dougal Matthews | 2014-10-29 20:54:31 +0000 |
|---|---|---|
| committer | Dougal Matthews | 2014-11-25 12:43:42 +0000 |
| commit | 49a493f61f4d5b4447d139d189d78995e65231b2 (patch) | |
| tree | 6fb46e74f037c2fe0fa332cf2824de9ee156c6e9 /docs | |
| parent | 18712a5cbcbb25d935b93baac589cacfe1cbb754 (diff) | |
| download | django-rest-framework-49a493f61f4d5b4447d139d189d78995e65231b2.tar.bz2 | |
Bring back the promo section
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/theme/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/theme/base.html b/docs/theme/base.html index e5ad4377..7ca7de14 100644 --- a/docs/theme/base.html +++ b/docs/theme/base.html @@ -191,7 +191,8 @@ a.fusion-poweredby { <li class="{% if loop.first %}main{% endif %} {% if toc_item.active %}main{% endif %}"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> {% endfor %} <div class="promo"> - {{ ad_block }} + <hr/> + <script type="text/javascript" src="//cdn.fusionads.net/fusion.js?zoneid=1332&serve=C6SDP2Y&placement=djangorestframework" id="_fusionads_js"></script> </div> </ul> |
