summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-10 15:50:26 -0300
committerGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-10 15:50:26 -0300
commite5c9e00a3f4c5c149896d9bb073c5f511d5efe21 (patch)
tree844a2bd5416809abcdb9a0e85a2dca60445e0a76 /templates
parent0118ee25e5e713ac70b395326407cc0cce70adfa (diff)
A few more cosmetical issues
Diffstat (limited to 'templates')
-rw-r--r--templates/patchmetrics/frontpage.html4
-rw-r--r--templates/patchmetrics/team.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/patchmetrics/frontpage.html b/templates/patchmetrics/frontpage.html
index 31515b5..6f9ad9f 100644
--- a/templates/patchmetrics/frontpage.html
+++ b/templates/patchmetrics/frontpage.html
@@ -1,5 +1,7 @@
{% extends "base.html" %}
+{% block title %}Linaro patch metrics{% endblock %}
+{% block heading %}Patch metrics{% endblock %}
{% block headers %}
<script language="JavaScript" type="text/javascript"
src="/js/jquery-1.3.min.js">
@@ -9,8 +11,6 @@
</script>
{% endblock %}
-{% block title %}Linaro patches{% endblock %}
-
{% block body %}
<h2>Statistics for patches submitted up to the end of {{month}}</h2>
diff --git a/templates/patchmetrics/team.html b/templates/patchmetrics/team.html
index db64059..9053105 100644
--- a/templates/patchmetrics/team.html
+++ b/templates/patchmetrics/team.html
@@ -9,8 +9,8 @@
</script>
{% endblock %}
-{% block title %}{{ team.name }}{% endblock %}
-{% block heading %}{{ team.name }}{% endblock %}
+{% block title %}Patches from the "{{ team.display_name }}" team{% endblock %}
+{% block heading %}Patches from the "{{ team.display_name }}" team{% endblock %}
{% block body %}