diff options
Diffstat (limited to 'djangoproject/templates/flatfiles/default.html')
| -rw-r--r-- | djangoproject/templates/flatfiles/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangoproject/templates/flatfiles/default.html b/djangoproject/templates/flatfiles/default.html index a3bf8e94..e909d63f 100644 --- a/djangoproject/templates/flatfiles/default.html +++ b/djangoproject/templates/flatfiles/default.html @@ -4,4 +4,4 @@ <h1>{{ flatpage.title }}</h1> {{ flatpage.content }} -{% endblock %} +{% endblock content %} |
