aboutsummaryrefslogtreecommitdiffstats
path: root/docs_theme/base.html
diff options
context:
space:
mode:
authorJosé Padilla2014-10-31 09:04:39 -0400
committerDougal Matthews2014-11-25 12:44:11 +0000
commit16d442dda3ee9d4ff40d067d76706959aac4c6a3 (patch)
tree2f180dd2ba39e9bed2dea0bbadc85815a043b471 /docs_theme/base.html
parentcbb6799d2dc2d87e58e67e1044075319262a674b (diff)
downloaddjango-rest-framework-16d442dda3ee9d4ff40d067d76706959aac4c6a3.tar.bz2
Use MkDocs meta.source to render source code links
Diffstat (limited to 'docs_theme/base.html')
-rw-r--r--docs_theme/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs_theme/base.html b/docs_theme/base.html
index 4ca6cd81..07582392 100644
--- a/docs_theme/base.html
+++ b/docs_theme/base.html
@@ -118,7 +118,7 @@ a.fusion-poweredby {
</div>
<div id="main-content" class="span9">
- {{ content }}
+ {% include "content.html" %}
</div><!--/span-->
</div><!--/row-->
</div><!--/.fluid-container-->