diff --git a/pinaxcon/templates/static_pages/sponsors.html b/pinaxcon/templates/static_pages/sponsors.html index b8b5c5f00590b403e1547fb9240b194a568032aa..c994e20a8257f4f9fc38d8601cb63f98bcd286ed 100644 --- a/pinaxcon/templates/static_pages/sponsors.html +++ b/pinaxcon/templates/static_pages/sponsors.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 %}Call for Sponsors{% endblock %} -{% block body_class %}home{% endblock %} +{% block heading %}Call for Sponsors{% endblock %} -{% block body %} +{% block body_class %}sponsors{% endblock %} + +{% block content %} {% endblock %}