diff --git a/pinaxcon/templates/static_pages/news.html b/pinaxcon/templates/static_pages/news.html index b8b5c5f00590b403e1547fb9240b194a568032aa..bc0a04f3dd11a21ded4b0b6c304745a97e79105c 100644 --- a/pinaxcon/templates/static_pages/news.html +++ b/pinaxcon/templates/static_pages/news.html @@ -1,11 +1,13 @@ -{% extends "site_base.html" %} +{% extends "page_with_title_and_lede.html" %} {% load i18n %} -{% block head_title %}{% trans "Welcome" %}{% endblock %} +{% block head_title %}News{% endblock %} -{% block body_class %}home{% endblock %} +{% block heading %}News{% endblock %} -{% block body %} +{% block body_class %}news{% endblock %} + +{% block content %} {% endblock %}