diff options
Diffstat (limited to 'djangoproject/templates/aggregator/index.html')
| -rw-r--r-- | djangoproject/templates/aggregator/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/djangoproject/templates/aggregator/index.html b/djangoproject/templates/aggregator/index.html index 709703e1..1b95e7a8 100644 --- a/djangoproject/templates/aggregator/index.html +++ b/djangoproject/templates/aggregator/index.html @@ -96,8 +96,8 @@ </li> {% endfor %} </ul> -{% endblock %} +{% endblock content %} {% block content-related-extra %} {% top_corporate_members "diamond" "platinum" "gold" header="Diamond, Platinum and Gold Members" %} -{% endblock %} +{% endblock content-related-extra %} |
