diff --git a/templates/base_community.html b/templates/base_community.html index 0b6ee83cd6bb5..142b1a06805aa 100644 --- a/templates/base_community.html +++ b/templates/base_community.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load static %} +{% block layout_class %}sidebar-right{% endblock %} {% block title %}Django Community{% endblock %} {% block header %} diff --git a/templates/base_foundation.html b/templates/base_foundation.html index eeaf2bcb445f5..5fe51bd2b003e 100644 --- a/templates/base_foundation.html +++ b/templates/base_foundation.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load static %} - +{% block layout_class %}sidebar-right{% endblock %} {% block title %}About the Django Software Foundation{% endblock %} {% block header %} diff --git a/templates/base_weblog.html b/templates/base_weblog.html index 0ec9810ea6c38..1707343326d0c 100644 --- a/templates/base_weblog.html +++ b/templates/base_weblog.html @@ -1,5 +1,6 @@ {% extends "base.html" %}{% load url from future %} {% load static weblog %} +{% block layout_class %}sidebar-right{% endblock %} {% block title %}News & Events{% endblock %} {% block header %}