From bc901eb441295de78dfd31aab008806192d5b5a2 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Sun, 2 Mar 2014 14:52:46 -0800
Subject: [PATCH] removed useless title

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

diff --git a/server_ui/templates/index.html b/server_ui/templates/index.html
index a4df6df..2c3898a 100644
--- a/server_ui/templates/index.html
+++ b/server_ui/templates/index.html
@@ -37,7 +37,6 @@ More than <b>100,000 votes</b> have been cast using Helios.
   </p>
   
   {% if elections|length %}
-  <h3>Current Featured Elections</h3>
   <p>
     {% for election in elections %}
     <div class="panel">
-- 
GitLab