<h2> is used for titles within the page, but shouldn't be used for page
titles, which are a level higher.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
{% block bundle_active %}active{% endblock %}
{% block body %}
+<h1>Bundles</h1>
{% if bundles %}
<table class="bundlelist">
{% block body %}
-<h2>Incoming Patches</h2>
+<h1>Patches</h1>
{% if errors %}
<p>The following error{{ errors|length|pluralize:" was,s were" }} encountered
}
</script>
-<h2>{{ patch.name }}</h2>
+<h1>{{ patch.name }}</h1>
<div class="core-info">
<span>Submitted by {{ patch.submitter|personify:project }} on {{ patch.date }}</span>
</div>
{% block body %}
+<h1>Your Profile</h1>
<p>
{% if user.profile.maintainer_projects.count %}
{% block info_active %}active{% endblock %}
{% block body %}
+<h1>About {{project.name}}</h1>
<table class="horizontal">
<tr>
{% block heading %}{{user}}'s todo list for {{ project.linkname }}{% endblock %}
{% block body %}
+<h1>TODO</h1>
<p>A Patchwork Todo-list contains patches that are assigned to you, and
are in an "action required" state
{% block heading %}{{ user }}'s todo lists{% endblock %}
{% block body %}
+<h1>TODO</h1>
{% if todo_lists %}
<p>You have multiple todo lists. Each todo list contains patches for a single