summaryrefslogtreecommitdiff
path: root/djangoproject/templates/base_code.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/base_code.html')
-rw-r--r--djangoproject/templates/base_code.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/djangoproject/templates/base_code.html b/djangoproject/templates/base_code.html
index abd7a23e..d30e1358 100644
--- a/djangoproject/templates/base_code.html
+++ b/djangoproject/templates/base_code.html
@@ -3,9 +3,11 @@
{% block sectionid %}code{% endblock %}
{% block og_title %}Django source code{% endblock %}
+
{% block og_description %}Django source code{% endblock %}
{% block title %}Code{% endblock %}
+
{% block layout_class %}full-width{% endblock %}
{% block header %}<h1>Django source code</h1>{% endblock %}