summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2014-02-12 16:57:49 +0100
committerMilo Casagrande <milo@ubuntu.com>2014-02-12 16:59:00 +0100
commitb097f5469e5cdff8a7d9072def3fbae282942462 (patch)
tree79f5d823f7ebd0de0c8f5373f91c059b7fcbd8fa /templates
parent2d550687d65eb170210f9f4ccc0d553e86ed00a6 (diff)
Removed monthly highlight code.
* Removed the code that provided the monthly hightlights on the front page. It was not used anymore, and in production it was already disabled.
Diffstat (limited to 'templates')
-rw-r--r--templates/patchmetrics/frontpage.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/patchmetrics/frontpage.html b/templates/patchmetrics/frontpage.html
index 45100ec..1ef2fd7 100644
--- a/templates/patchmetrics/frontpage.html
+++ b/templates/patchmetrics/frontpage.html
@@ -61,14 +61,6 @@ of January 2011 and that this website went live in June 2011.
Check the <a href="{% url patchmetrics.views.faq %}">FAQ</a> for answers to
common questions.</p>
-{% if monthly_highlight_post %}
- <h2>Highlight of the month: {{ monthly_highlight_title }}</h2>
- <p>{{ monthly_highlight_post|safe }}</p>
- <p class="lesser" style="text-align: right">
- <a href="{% url patchmetrics.views.monthly_highlights %}"
- >See previous highlights ...</a></p>
-{% endif %}
-
<div style="line-height: 2">
<h2>Stats per project</h2>
{% for p in projects %}