From 9c2deeaa607612e653bbb04d2dc1513541657910 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Sun, 2 Mar 2014 15:49:32 -0800
Subject: [PATCH] target blank

---
 helios/templates/election_view.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helios/templates/election_view.html b/helios/templates/election_view.html
index 5e2afff..a9544c8 100644
--- a/helios/templates/election_view.html
+++ b/helios/templates/election_view.html
@@ -51,7 +51,7 @@ this {{election.election_type}} is <u>not</u> featured on the front page.
 </div>
 
 {% if election.election_info_url %}
-<p style="font-size:1.5em;">[<a href="{{election.election_info_url}}">download election info</a>]</p>
+<p style="font-size:1.5em;">[<a target="_blank" href="{{election.election_info_url}}">download election info</a>]</p>
 {% endif %}
 
 <p align="center" style="font-size: 1.5em;">
-- 
GitLab