diff options
Diffstat (limited to 'djangoproject/templates/aggregator/ecosystem.html')
| -rw-r--r-- | djangoproject/templates/aggregator/ecosystem.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/djangoproject/templates/aggregator/ecosystem.html b/djangoproject/templates/aggregator/ecosystem.html index 9ea84255..6e64219c 100644 --- a/djangoproject/templates/aggregator/ecosystem.html +++ b/djangoproject/templates/aggregator/ecosystem.html @@ -1,5 +1,5 @@ {% extends "base_community.html" %} -{% load i18n hosts %} +{% load hosts i18n %} {% block content %} @@ -478,4 +478,4 @@ </li> </ul> -{% endblock %} +{% endblock content %} |
