diff options
| author | Tom Christie | 2014-12-10 14:29:33 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-12-10 14:29:33 +0000 |
| commit | 5816c561b23c1c3403cb04bd69356ace1102e1e7 (patch) | |
| tree | a787e758aabb307f0c9192a831370fd0c2cbbb08 /topics/3.0-announcement/index.html | |
| parent | 3b2fc6f0d076162cafebb916ae401aaae75fcbc0 (diff) | |
| download | django-rest-framework-5816c561b23c1c3403cb04bd69356ace1102e1e7.tar.bz2 | |
Update documentation
Diffstat (limited to 'topics/3.0-announcement/index.html')
| -rw-r--r-- | topics/3.0-announcement/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/topics/3.0-announcement/index.html b/topics/3.0-announcement/index.html index 111ca522..addb47cb 100644 --- a/topics/3.0-announcement/index.html +++ b/topics/3.0-announcement/index.html @@ -426,7 +426,7 @@ <hr /> <h4 id="rest-framework-under-the-hood">REST framework: Under the hood.</h4> <p>This talk from the <a href="http://www.djangounderthehood.com/">Django: Under the Hood</a> event in Amsterdam, Nov 2014, gives some good background context on the design decisions behind 3.0.</p> -<iframe width="560" height="315" src="//www.youtube.com/embed/3cSsbe-tA0E" frameborder="0" allowfullscreen></iframe> +<iframe style="display: block; margin: 0 auto 0 auto" width="560" height="315" src="//www.youtube.com/embed/3cSsbe-tA0E" frameborder="0" allowfullscreen></iframe> <hr /> <p><em>Below is an in-depth guide to the API changes and migration notes for 3.0.</em></p> @@ -1165,6 +1165,7 @@ amount = serializers.DecimalField( <script src="../../js/jquery-1.8.1-min.js"></script> <script src="../../js/prettify-1.0.js"></script> <script src="../../js/bootstrap-2.1.1-min.js"></script> + <script src="../../js/theme.js"></script> <script> //$('.side-nav').scrollspy() |
