diff options
Diffstat (limited to 'djangoproject/templates/base_community.html')
| -rw-r--r-- | djangoproject/templates/base_community.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/djangoproject/templates/base_community.html b/djangoproject/templates/base_community.html index 7df7414a..4aee05ff 100644 --- a/djangoproject/templates/base_community.html +++ b/djangoproject/templates/base_community.html @@ -1,10 +1,12 @@ {% extends "base.html" %} -{% load fundraising_extras i18n hosts %} +{% load fundraising_extras hosts i18n %} {% block og_title %}{% translate "Django Community" %}{% endblock %} + {% block og_description %}{% translate "Building the Django Community. Come join us!" %}{% endblock %} {% block layout_class %}sidebar-right{% endblock %} + {% block title %}{% translate "Django Community" %}{% endblock %} {% block header %} @@ -18,7 +20,7 @@ {% endif %} {% translate "Come join us!" %} </p> -{% endblock %} +{% endblock header %} {% block content-related %} <div role="complementary"> @@ -66,4 +68,4 @@ <dd>{% translate "Download official logos" %}</dd> </dl> </div> -{% endblock %} +{% endblock content-related %} |
