summaryrefslogtreecommitdiff
path: root/djangoproject/templates/flatpages
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/flatpages')
-rw-r--r--djangoproject/templates/flatpages/code.html2
-rw-r--r--djangoproject/templates/flatpages/community.html2
-rw-r--r--djangoproject/templates/flatpages/default.html4
-rw-r--r--djangoproject/templates/flatpages/foundation.html4
4 files changed, 6 insertions, 6 deletions
diff --git a/djangoproject/templates/flatpages/code.html b/djangoproject/templates/flatpages/code.html
index 0b0c7be3..8b17673a 100644
--- a/djangoproject/templates/flatpages/code.html
+++ b/djangoproject/templates/flatpages/code.html
@@ -6,4 +6,4 @@
<h1>{{ flatpage.title }}</h1>
{{ flatpage.content }}
-{% endblock %}
+{% endblock content %}
diff --git a/djangoproject/templates/flatpages/community.html b/djangoproject/templates/flatpages/community.html
index d58f96ee..1b2bfb79 100644
--- a/djangoproject/templates/flatpages/community.html
+++ b/djangoproject/templates/flatpages/community.html
@@ -6,4 +6,4 @@
<h1>{{ flatpage.title }}</h1>
{{ flatpage.content }}
-{% endblock %}
+{% endblock content %}
diff --git a/djangoproject/templates/flatpages/default.html b/djangoproject/templates/flatpages/default.html
index 15b17701..c27d56a3 100644
--- a/djangoproject/templates/flatpages/default.html
+++ b/djangoproject/templates/flatpages/default.html
@@ -8,8 +8,8 @@
{% block header %}
<h1>{{ flatpage.title }}</h1>
-{% endblock %}
+{% endblock header %}
{% block content %}
{{ flatpage.content }}
-{% endblock %}
+{% endblock content %}
diff --git a/djangoproject/templates/flatpages/foundation.html b/djangoproject/templates/flatpages/foundation.html
index 067a9163..fc0f225a 100644
--- a/djangoproject/templates/flatpages/foundation.html
+++ b/djangoproject/templates/flatpages/foundation.html
@@ -7,8 +7,8 @@
{% block content %}
<h1>{{ flatpage.title }}</h1>
{{ flatpage.content }}
-{% endblock %}
+{% endblock content %}
{% block content-related-extra %}
{% top_corporate_members "diamond" "platinum" "gold" header="Diamond, Platinum and Gold Members" %}
-{% endblock %}
+{% endblock content-related-extra %}