diff options
| author | Tom Christie | 2014-07-15 15:02:09 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-07-15 15:02:09 +0100 | 
| commit | dd2e950cde5fc7078303925fa936e59ea4fe363b (patch) | |
| tree | 5147f2e85e3f2a4b521d53a33894e9138d98975b /mkdocs.py | |
| parent | b51901812596aa478cc8cb1046e42049214bc9ff (diff) | |
| download | django-rest-framework-dd2e950cde5fc7078303925fa936e59ea4fe363b.tar.bz2 | |
Fusion ads
Diffstat (limited to 'mkdocs.py')
| -rwxr-xr-x | mkdocs.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -162,8 +162,8 @@ for (dirpath, dirnames, filenames) in os.walk(docs_dir):          output = output.replace('{{ canonical_url }}', canonical_url)          if filename =='index.md': -            output = output.replace('{{ ad_block }}', """<hr><p><strong>The team behind REST framework is launching a new API service.</strong></p> -<p>If you want to be first in line when we start issuing invitations, please <a href="http://brightapi.com">sign up here</a>.</p>""") +            output = output.replace('{{ ad_block }}', """<hr/> +              <script type="text/javascript" src="//cdn.fusionads.net/fusion.js?zoneid=1332&serve=C6SDP2Y&placement=djangorestframework" id="_fusionads_js"></script>""")          else:              output = output.replace('{{ ad_block }}', '') | 
