diff --git a/pmg/templates/committee_layout.html b/pmg/templates/committee_layout.html index 3db217e3..c0a60738 100644 --- a/pmg/templates/committee_layout.html +++ b/pmg/templates/committee_layout.html @@ -1,25 +1,16 @@ {% extends "base.html" %} -{% block title %} - {% if committee %} - {{ committee.name }} | - {% endif %} - PMG -{% endblock %} +{% block title %}{{ committee.name }} | PMG{% endblock %} {% block breadcrumb %}