aboutsummaryrefslogtreecommitdiffstats
path: root/docs/templates/layout.html
diff options
context:
space:
mode:
authorMarko Tibold2011-12-30 16:13:24 +0100
committerMarko Tibold2011-12-30 16:13:24 +0100
commitabf0ee8b97a995f3b5d91beccb36acfdf976f0f6 (patch)
tree63c776eafc4db77f06368164181d00113c2de763 /docs/templates/layout.html
parent1b28339e5b733a0422c2bcd06b39e289bc98f69b (diff)
downloaddjango-rest-framework-abf0ee8b97a995f3b5d91beccb36acfdf976f0f6.tar.bz2
some more refactoring and some style enhancements. Just committing
to stay in sync.
Diffstat (limited to 'docs/templates/layout.html')
-rw-r--r--docs/templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/templates/layout.html b/docs/templates/layout.html
index 70532554..a59645f2 100644
--- a/docs/templates/layout.html
+++ b/docs/templates/layout.html
@@ -23,5 +23,6 @@
})();
</script>
-{% endblock %}{% block footer %}
+{% endblock %}
+{% block footer %}
<div class="footer"> <p> Documentation version {{ version }} {% endblock %}</p></div>