From 7abc8898a1535eb6d7741027535da3d425df5406 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Fri, 25 Feb 2011 17:20:33 -0800
Subject: [PATCH] added a featured elections title

---
 server_ui/templates/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server_ui/templates/index.html b/server_ui/templates/index.html
index a5b86d7..849aa45 100644
--- a/server_ui/templates/index.html
+++ b/server_ui/templates/index.html
@@ -52,6 +52,7 @@
 </p>
 
 {% if elections|length %}
+<h3>Current Featured Elections</h3>
 <p>
 {% for election in elections %}
 <div class="highlight-box-margin">
-- 
GitLab